diff mbox series

[net-next] selftests: net: fix grammar in reuseaddr_ports_exhausted.c log message

Message ID 20250213152612.4434-1-pranav.tyagi03@gmail.com (mailing list archive)
State Accepted
Commit dbcbec81c9b8899cf92f6a763a4119aff61ba778
Delegated to: Netdev Maintainers
Headers show
Series [net-next] selftests: net: fix grammar in reuseaddr_ports_exhausted.c log message | expand

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net-next
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 0 this patch: 0
netdev/build_tools success Errors and warnings before: 26 (+1) this patch: 26 (+1)
netdev/cc_maintainers warning 5 maintainers not CCed: shuah@kernel.org linux-kselftest@vger.kernel.org edumazet@google.com pabeni@redhat.com kuba@kernel.org
netdev/build_clang success Errors and warnings before: 0 this patch: 0
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 0 this patch: 0
netdev/checkpatch warning WARNING: line length of 119 exceeds 80 columns
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0
netdev/contest success net-next-2025-02-15--03-00 (tests: 891)

Commit Message

Pranav Tyagi Feb. 13, 2025, 3:26 p.m. UTC
This patch fixes a grammatical error in a test log message in
reuseaddr_ports_exhausted.c for better clarity as a part of lfx
application tasks

Signed-off-by: Pranav Tyagi <pranav.tyagi03@gmail.com>
---
 tools/testing/selftests/net/reuseaddr_ports_exhausted.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Horman Feb. 15, 2025, 1:45 p.m. UTC | #1
On Thu, Feb 13, 2025 at 08:56:11PM +0530, Pranav Tyagi wrote:
> This patch fixes a grammatical error in a test log message in
> reuseaddr_ports_exhausted.c for better clarity as a part of lfx
> application tasks
> 
> Signed-off-by: Pranav Tyagi <pranav.tyagi03@gmail.com>

Thanks Pranav,

This change looks good to me.

Reviewed-by: Simon Horman <horms@kernel.org>


A note on process to keep in mind for next time:

This patch seems to have been posted to netdev twice, about 20 hours apart.
Please don't do that as it can be quite confusing to reviewers.

If you need to update a patch, please version it (e.g. [PATCH v2 net-next).
If you need to repost a patch, say because there has been no response for a
long time, please label it accordingly (e.g. [PATCH REPOST net-next]) and
include some explanation of why it is being reposted, e.g. below the
scissors ("---").

And regardless, when posting a patch to netdev, please don't post it more
than once every 24h.
Pranav Tyagi Feb. 15, 2025, 6:23 p.m. UTC | #2
Hi Simon,

Thank you for reviewing my patch and for the guidance on the submission process.

I sincerely apologize for the duplicate posting—I’ll make sure to
follow the correct versioning and reposting guidelines moving forward.
I’m still new to the community and getting familiar with the workflow,
so I really appreciate your feedback. I’ll keep these best practices
in mind for future submissions.

Regards,
Pranav Tyagi

On Sat, Feb 15, 2025 at 7:15 PM Simon Horman <horms@kernel.org> wrote:
>
> On Thu, Feb 13, 2025 at 08:56:11PM +0530, Pranav Tyagi wrote:
> > This patch fixes a grammatical error in a test log message in
> > reuseaddr_ports_exhausted.c for better clarity as a part of lfx
> > application tasks
> >
> > Signed-off-by: Pranav Tyagi <pranav.tyagi03@gmail.com>
>
> Thanks Pranav,
>
> This change looks good to me.
>
> Reviewed-by: Simon Horman <horms@kernel.org>
>
>
> A note on process to keep in mind for next time:
>
> This patch seems to have been posted to netdev twice, about 20 hours apart.
> Please don't do that as it can be quite confusing to reviewers.
>
> If you need to update a patch, please version it (e.g. [PATCH v2 net-next).
> If you need to repost a patch, say because there has been no response for a
> long time, please label it accordingly (e.g. [PATCH REPOST net-next]) and
> include some explanation of why it is being reposted, e.g. below the
> scissors ("---").
>
> And regardless, when posting a patch to netdev, please don't post it more
> than once every 24h.
Simon Horman Feb. 16, 2025, 9:32 a.m. UTC | #3
On Sat, Feb 15, 2025 at 11:53:33PM +0530, Pranav Tyagi wrote:
> Hi Simon,
> 
> Thank you for reviewing my patch and for the guidance on the submission process.
> 
> I sincerely apologize for the duplicate posting—I’ll make sure to
> follow the correct versioning and reposting guidelines moving forward.
> I’m still new to the community and getting familiar with the workflow,
> so I really appreciate your feedback. I’ll keep these best practices
> in mind for future submissions.

Thanks Pranav,

One more thing: please don't top-post on Kernel mailing lists.

Thanks!
patchwork-bot+netdevbpf@kernel.org Feb. 18, 2025, 12:40 a.m. UTC | #4
Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 13 Feb 2025 20:56:11 +0530 you wrote:
> This patch fixes a grammatical error in a test log message in
> reuseaddr_ports_exhausted.c for better clarity as a part of lfx
> application tasks
> 
> Signed-off-by: Pranav Tyagi <pranav.tyagi03@gmail.com>
> ---
>  tools/testing/selftests/net/reuseaddr_ports_exhausted.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [net-next] selftests: net: fix grammar in reuseaddr_ports_exhausted.c log message
    https://git.kernel.org/netdev/net-next/c/dbcbec81c9b8

You are awesome, thank you!
diff mbox series

Patch

diff --git a/tools/testing/selftests/net/reuseaddr_ports_exhausted.c b/tools/testing/selftests/net/reuseaddr_ports_exhausted.c
index 066efd30e294..7b9bf8a7bbe1 100644
--- a/tools/testing/selftests/net/reuseaddr_ports_exhausted.c
+++ b/tools/testing/selftests/net/reuseaddr_ports_exhausted.c
@@ -112,7 +112,7 @@  TEST(reuseaddr_ports_exhausted_reusable_same_euid)
 		ASSERT_NE(-1, fd[0]) TH_LOG("failed to bind.");
 
 		if (opts->reuseport[0] && opts->reuseport[1]) {
-			EXPECT_EQ(-1, fd[1]) TH_LOG("should fail to bind because both sockets succeed to be listened.");
+			EXPECT_EQ(-1, fd[1]) TH_LOG("should fail to bind because both sockets successfully listened.");
 		} else {
 			EXPECT_NE(-1, fd[1]) TH_LOG("should succeed to bind to connect to different destinations.");
 		}