Message ID | 20220827221719.11006-1-rdunlap@infradead.org (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | Documentation/SCSI: fix a few typos | expand |
Randy, > Correct some spelling typos in SCSI documentation. Partially applied to 6.1/scsi-staging, thanks! > --- a/Documentation/scsi/scsi_eh.rst > +++ b/Documentation/scsi/scsi_eh.rst > @@ -206,7 +206,7 @@ again. > To achieve these goals, EH performs recovery actions with increasing > severity. Some actions are performed by issuing SCSI commands and > others are performed by invoking one of the following fine-grained > -hostt EH callbacks. Callbacks may be omitted and omitted ones are > +host EH callbacks. Callbacks may be omitted and omitted ones are > considered to fail always. This one is correct, hostt is shorthand for "host template" in SCSI.
On 8/31/22 21:35, Martin K. Petersen wrote: > > Randy, > >> Correct some spelling typos in SCSI documentation. > > Partially applied to 6.1/scsi-staging, thanks! > >> --- a/Documentation/scsi/scsi_eh.rst >> +++ b/Documentation/scsi/scsi_eh.rst >> @@ -206,7 +206,7 @@ again. >> To achieve these goals, EH performs recovery actions with increasing >> severity. Some actions are performed by issuing SCSI commands and >> others are performed by invoking one of the following fine-grained >> -hostt EH callbacks. Callbacks may be omitted and omitted ones are >> +host EH callbacks. Callbacks may be omitted and omitted ones are >> considered to fail always. > > This one is correct, hostt is shorthand for "host template" in SCSI. Aha. Thanks.
--- a/Documentation/scsi/ChangeLog.lpfc +++ b/Documentation/scsi/ChangeLog.lpfc @@ -401,7 +401,7 @@ Changes from 20041213 to 20041220 structure. * Integrated patch from Christoph Hellwig <hch@lst.de> Kill compile warnings on 64 bit platforms: %variables for %llx format - specifiers must be caste to long long because %(u)int64_t can + specifiers must be cast to long long because %(u)int64_t can just be long on 64bit platforms. * Integrated patch from Christoph Hellwig <hch@lst.de> Removes dead code. --- a/Documentation/scsi/scsi_eh.rst +++ b/Documentation/scsi/scsi_eh.rst @@ -206,7 +206,7 @@ again. To achieve these goals, EH performs recovery actions with increasing severity. Some actions are performed by issuing SCSI commands and others are performed by invoking one of the following fine-grained -hostt EH callbacks. Callbacks may be omitted and omitted ones are +host EH callbacks. Callbacks may be omitted and omitted ones are considered to fail always. ::
Correct some spelling typos in SCSI documentation. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: "James E.J. Bottomley" <jejb@linux.ibm.com> Cc: "Martin K. Petersen" <martin.petersen@oracle.com> Cc: linux-scsi@vger.kernel.org Cc: Jonathan Corbet <corbet@lwn.net> --- Documentation/scsi/ChangeLog.lpfc | 2 +- Documentation/scsi/scsi_eh.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)