Commit 43622697 authored by Colin Ian King's avatar Colin Ian King Committed by Martin K. Petersen

scsi: BusLogic: use %lX for unsigned long rather than %X

Currently the incorrect %X print format specifier is being used for several
unsigned longs.  Fix these by using %lX instead. Also join up some literal
strings that are split.

Link: https://lore.kernel.org/r/20200108193800.96706-1-colin.king@canonical.com
Addresses-Coverity: ("Invalid type in argument to printf format specifier")
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Acked-by: default avatarKhalid Aziz <khalid@gonehiking.org>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent fd1fb4d5
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment