From: Ye Bin <yebi...@huawei.com> Date: Wed, 30 Sep 2020 09:08:37 +0800
> Fix follow warnings: > [net/core/pktgen.c:925]: (warning) %u in format string (no. 1) > requires 'unsigned int' but the argument type is 'signed int'. > [net/core/pktgen.c:942]: (warning) %u in format string (no. 1) > requires 'unsigned int' but the argument type is 'signed int'. > [net/core/pktgen.c:962]: (warning) %u in format string (no. 1) > requires 'unsigned int' but the argument type is 'signed int'. > [net/core/pktgen.c:984]: (warning) %u in format string (no. 1) > requires 'unsigned int' but the argument type is 'signed int'. > [net/core/pktgen.c:1149]: (warning) %d in format string (no. 1) > requires 'int' but the argument type is 'unsigned int'. > > Reported-by: Hulk Robot <hul...@huawei.com> > Signed-off-by: Ye Bin <yebi...@huawei.com> Applied.