diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-01-08 22:38:00 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2020-01-16 06:19:49 +0300 |
commit | 43622697117c39357a3fecf849416df181ce4621 (patch) | |
tree | fe9a2b2fa329bda0e3277430fd0ad7fe74ee6ef1 /virt | |
parent | fd1fb4d5562a8772643f81f41d939fad8c9dfedb (diff) | |
download | linux-43622697117c39357a3fecf849416df181ce4621.tar.xz |
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 'virt')
0 files changed, 0 insertions, 0 deletions