Message ID | 20200930010838.1266872-1-yebin10@huawei.com |
---|---|
Headers | show |
Series | Fix inconsistent of format with argument type | expand |
From: Ye Bin <yebin10@huawei.com> Date: Wed, 30 Sep 2020 09:08:38 +0800 > 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> Applied.