commit | 000fe2685b0a59ade602918a95de450c73aaf6fc | [log] [tgz] |
---|---|---|
author | Ye Bin <yebin10@huawei.com> | Wed Sep 30 09:08:38 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 01 18:45:23 2020 -0700 |
tree | 62c1519310854e4c78aca2577f2f97bd7469eab7 | |
parent | 32be425b45f71660732395a0c7a7927540eb67cb [diff] |
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>