scsi: fnic: Fix inconsistent format argument type in fnic_debugfs.c
authorYe Bin <yebin10@huawei.com>
Wed, 30 Sep 2020 02:19:19 +0000 (10:19 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sat, 3 Oct 2020 01:16:21 +0000 (21:16 -0400)
commit1dfbed19455b84364fdf888c2110670b419661c9
treeddfffa690ebe2014723a8cfc2fedb71432f43c3b
parent2a7869d6c9a1f7c95bcb52a1e960bf95c5d464ac
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/20200930021919.2832860-2-yebin10@huawei.com
Reported-by: Hulk Robot <hulkci@huawei.com>
Acked-by: Karan Tilak Kumar <kartilak@cisco.com>
Signed-off-by: Ye Bin <yebin10@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/fnic/fnic_debugfs.c