[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <165474841209.6883.1108959402027978072.git-patchwork-notify@kernel.org>
Date: Thu, 09 Jun 2022 04:20:12 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Justin Stitt <jstitt007@...il.com>
Cc: thomas.lendacky@....com, llvm@...ts.linux.dev,
ndesaulniers@...gle.com, nathan@...nel.org, netdev@...r.kernel.org
Subject: Re: [PATCH] net: amd-xgbe: fix clang -Wformat warning
Hello:
This patch was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@...nel.org>:
On Tue, 7 Jun 2022 12:11:19 -0700 you wrote:
> see warning:
> | drivers/net/ethernet/amd/xgbe/xgbe-drv.c:2787:43: warning: format specifies
> | type 'unsigned short' but the argument has type 'int' [-Wformat]
> | netdev_dbg(netdev, "Protocol: %#06hx\n", ntohs(eth->h_proto));
> | ~~~~~~ ^~~~~~~~~~~~~~~~~~~
>
> Variadic functions (printf-like) undergo default argument promotion.
> Documentation/core-api/printk-formats.rst specifically recommends
> using the promoted-to-type's format flag.
>
> [...]
Here is the summary with links:
- net: amd-xgbe: fix clang -Wformat warning
https://git.kernel.org/netdev/net/c/647df0d41b6b
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists