]> git.baikalelectronics.ru Git - kernel.git/commit
net-sysfs: Fix inconsistent of format with argument type in net-sysfs.c
authorYe Bin <yebin10@huawei.com>
Wed, 30 Sep 2020 01:08:38 +0000 (09:08 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Oct 2020 01:45:23 +0000 (18:45 -0700)
commit000fe2685b0a59ade602918a95de450c73aaf6fc
tree62c1519310854e4c78aca2577f2f97bd7469eab7
parent32be425b45f71660732395a0c7a7927540eb67cb
net-sysfs: Fix inconsistent of format with argument type in net-sysfs.c

Fix follow warnings:
[net/core/net-sysfs.c:1161]: (warning) %u in format string (no. 1)
requires 'unsigned int' but the argument type is 'int'.
[net/core/net-sysfs.c:1162]: (warning) %u in format string (no. 1)
requires 'unsigned int' but the argument type is 'int'.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Ye Bin <yebin10@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/net-sysfs.c