[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <163205400769.8407.15151406750714105944.git-patchwork-notify@kernel.org>
Date: Sun, 19 Sep 2021 12:20:07 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Shuah Khan <skhan@...uxfoundation.org>
Cc: davem@...emloft.net, kuba@...nel.org, shuah@...nel.org,
netdev@...r.kernel.org, linux-kselftest@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] selftests: net: af_unix: Fix incorrect args in test result
msg
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Fri, 17 Sep 2021 13:26:14 -0600 you wrote:
> Fix the args to fprintf(). Splitting the message ends up passing
> incorrect arg for "sigurg %d" and an extra arg overall. The test
> result message ends up incorrect.
>
> test_unix_oob.c: In function ‘main’:
> test_unix_oob.c:274:43: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘char *’ [-Wformat=]
> 274 | fprintf(stderr, "Test 3 failed, sigurg %d len %d OOB %c ",
> | ~^
> | |
> | int
> | %s
> 275 | "atmark %d\n", signal_recvd, len, oob, atmark);
> | ~~~~~~~~~~~~~
> | |
> | char *
> test_unix_oob.c:274:19: warning: too many arguments for format [-Wformat-extra-args]
> 274 | fprintf(stderr, "Test 3 failed, sigurg %d len %d OOB %c ",
>
> [...]
Here is the summary with links:
- selftests: net: af_unix: Fix incorrect args in test result msg
https://git.kernel.org/netdev/net/c/48514a223330
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