diff options
author | Ye Bin <[email protected]> | 2020-09-30 10:19:19 +0800 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2020-10-02 21:16:21 -0400 |
commit | 1dfbed19455b84364fdf888c2110670b419661c9 (patch) | |
tree | ddfffa690ebe2014723a8cfc2fedb71432f43c3b /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 2a7869d6c9a1f7c95bcb52a1e960bf95c5d464ac (diff) |
scsi: fnic: Fix inconsistent format argument type in fnic_debugfs.c
Fix the following warnings:
[drivers/scsi/fnic/fnic_debugfs.c:123]: (warning) %u in format string (no. 1)
requires 'unsigned int' but the argument type is 'int'.
[drivers/scsi/fnic/fnic_debugfs.c:125]: (warning) %u in format string (no. 1)
requires 'unsigned int' but the argument type is 'int'.
[drivers/scsi/fnic/fnic_debugfs.c:127]: (warning) %u in format string (no. 1)
requires 'unsigned int' but the argument type is 'int'.
Link: https://lore.kernel.org/r/[email protected]
Reported-by: Hulk Robot <[email protected]>
Acked-by: Karan Tilak Kumar <[email protected]>
Signed-off-by: Ye Bin <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions