Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

scsi: docs: Fix a typo

Correct a typo in SCSI documentation.

Link: https://lore.kernel.org/r/20220827221719.11006-1-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>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Randy Dunlap and committed by
Martin K. Petersen
04144412 fed842d0

+1 -1
+1 -1
Documentation/scsi/ChangeLog.lpfc
··· 401 401 structure. 402 402 * Integrated patch from Christoph Hellwig <hch@lst.de> Kill 403 403 compile warnings on 64 bit platforms: %variables for %llx format 404 - specifiers must be caste to long long because %(u)int64_t can 404 + specifiers must be cast to long long because %(u)int64_t can 405 405 just be long on 64bit platforms. 406 406 * Integrated patch from Christoph Hellwig <hch@lst.de> Removes 407 407 dead code.