From eab1c5d1f64d77131928469081729d6370841075 Mon Sep 17 00:00:00 2001 From: Ceri Davies Date: Tue, 12 Jan 2021 18:57:32 +0100 Subject: books/: Address more instances of sentences beginning with 'Because...' As was the case with the previous commit, the intention is to avoid sentence fragments as well as sentences that can be mistaken for them, since the handbook isn't written in a style that makes use of subordinate conjunctions. While touching the relevant files, I also fixed a few issues pointed out by PauAmma, and reflowed a sentence as a result. PR: 252519 Submitted by: ceri@ Reviewed by: PauAmma --- en_US.ISO8859-1/books/arch-handbook/scsi/chapter.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'en_US.ISO8859-1/books/arch-handbook/scsi/chapter.xml') diff --git a/en_US.ISO8859-1/books/arch-handbook/scsi/chapter.xml b/en_US.ISO8859-1/books/arch-handbook/scsi/chapter.xml index 7de627b5b9..dfde154052 100644 --- a/en_US.ISO8859-1/books/arch-handbook/scsi/chapter.xml +++ b/en_US.ISO8859-1/books/arch-handbook/scsi/chapter.xml @@ -1634,9 +1634,9 @@ routine (or the other way around, the poll routine may be doing the real action and the interrupt routine would just call the poll routine). Why bother about a separate function then? - Due to different calling conventions. The + This has to do with different calling conventions. The xxx_poll routine gets the struct cam_sim - pointer as its argument when the PCI interrupt routine by common + pointer as its argument while the PCI interrupt routine by common convention gets pointer to the struct xxx_softc and the ISA interrupt routine gets just the device unit number. So the poll routine would -- cgit v1.2.3