Correct some spelling typos in SCSI documentation. Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Cc: "James E.J. Bottomley" <jejb@xxxxxxxxxxxxx> Cc: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx> Cc: linux-scsi@xxxxxxxxxxxxxxx Cc: Jonathan Corbet <corbet@xxxxxxx> --- Documentation/scsi/ChangeLog.lpfc | 2 +- Documentation/scsi/scsi_eh.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- 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@xxxxxx> 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@xxxxxx> 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. ::