diff options
author | Ye Bin <[email protected]> | 2020-09-30 10:16:37 +0800 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2020-10-07 23:50:04 -0400 |
commit | fc29f04a5c6b946bde125a36b2bfe5414c7c03f7 (patch) | |
tree | e1adfb058f25899bb6ae512ea7bf06e281e1efea /scripts/gen_compile_commands.py | |
parent | 5f6dcb55a7fa347a0c72fc5afb860e4012628902 (diff) |
scsi: myrb: Fix inconsistent format argument types
Fix the following warnings:
[drivers/scsi/myrb.c:1052]: (warning) %d in format string (no. 1)
requires 'int' but the argument type is 'unsigned int'.
[drivers/scsi/myrb.c:1052]: (warning) %d in format string (no. 2)
requires 'int' but the argument type is 'unsigned int'.
[drivers/scsi/myrb.c:1052]: (warning) %d in format string (no. 4)
requires 'int' but the argument type is 'unsigned int'.
[drivers/scsi/myrb.c:2170]: (warning) %d in format string (no. 1)
requires 'int' but the argument type is 'unsigned int'.
Link: https://lore.kernel.org/r/[email protected]
Reported-by: Hulk Robot <[email protected]>
Signed-off-by: Ye Bin <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'scripts/gen_compile_commands.py')
0 files changed, 0 insertions, 0 deletions