[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20201001.184544.2087043514608904373.davem@davemloft.net>
Date: Thu, 01 Oct 2020 18:45:44 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: yebin10@...wei.com
Cc: kuba@...nel.org, netdev@...r.kernel.org, hulkci@...wei.com
Subject: Re: [PATCH 1/2] pktgen: Fix inconsistent of format with argument
type in pktgen.c
From: Ye Bin <yebin10@...wei.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 <hulkci@...wei.com>
> Signed-off-by: Ye Bin <yebin10@...wei.com>
Applied.
Powered by blists - more mailing lists