Thread (5 messages) 5 messages, 2 authors, 2020-10-02

Re: [PATCH 1/2] pktgen: Fix inconsistent of format with argument type in pktgen.c

From: David Miller <davem@davemloft.net>
Date: 2020-10-02 01:45:46

From: Ye Bin <redacted>
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 <redacted>
Signed-off-by: Ye Bin <redacted>
Applied.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help