diff mbox series

Documentation/SCSI: fix a few typos

Message ID 20220827221719.11006-1-rdunlap@infradead.org
State New
Headers show
Series Documentation/SCSI: fix a few typos | expand

Commit Message

Randy Dunlap Aug. 27, 2022, 10:17 p.m. UTC
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(-)

Comments

Martin K. Petersen Sept. 1, 2022, 4:35 a.m. UTC | #1
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.
Randy Dunlap Sept. 1, 2022, 4:41 a.m. UTC | #2
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.
diff mbox series

Patch

--- 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.
 
 ::