diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-01-08 19:38:00 +0000 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2020-01-15 22:19:49 -0500 |
commit | 43622697117c39357a3fecf849416df181ce4621 (patch) | |
tree | fe9a2b2fa329bda0e3277430fd0ad7fe74ee6ef1 /drivers/scsi/scsi.c | |
parent | fd1fb4d5562a8772643f81f41d939fad8c9dfedb (diff) |
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: Colin Ian King <colin.king@canonical.com>
Acked-by: Khalid Aziz <khalid@gonehiking.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/scsi.c')
0 files changed, 0 insertions, 0 deletions