diff options
author | Randy Dunlap <[email protected]> | 2022-08-27 15:17:19 -0700 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2022-09-01 00:33:34 -0400 |
commit | 0414441259c4040048c239c2ab96a6e993e45ef6 (patch) | |
tree | 36ec132334bed387edae148d45b417d969082aa8 | |
parent | fed842d04dad979f0e74926720474ab0b037e7e8 (diff) |
scsi: docs: Fix a typo
Correct a typo in SCSI documentation.
Link: https://lore.kernel.org/r/[email protected]
Cc: "James E.J. Bottomley" <[email protected]>
Cc: "Martin K. Petersen" <[email protected]>
Cc: [email protected]
Cc: Jonathan Corbet <[email protected]>
Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
-rw-r--r-- | Documentation/scsi/ChangeLog.lpfc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/scsi/ChangeLog.lpfc b/Documentation/scsi/ChangeLog.lpfc index 2f6d595f95e1..caedc8571b45 100644 --- 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 <[email protected]> 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 <[email protected]> Removes dead code. |