Skip to content

Commit

Permalink
selftest: epoll_busy_poll: Fix spelling mistake "couldnt" -> "couldn't"
Browse files Browse the repository at this point in the history
There is a spelling mistake in a TH_LOG message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20240510084811.3299685-1-colin.i.king@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
Colin Ian King authored and Jakub Kicinski committed May 13, 2024
1 parent 87bfdbb commit f37dc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/net/epoll_busy_poll.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ TEST_F(epoll_busy_poll, test_set_invalid)

ret = cap_set_flag(self->caps, CAP_EFFECTIVE, 1, net_admin, CAP_CLEAR);
EXPECT_EQ(0, ret)
TH_LOG("couldnt clear CAP_NET_ADMIN");
TH_LOG("couldn't clear CAP_NET_ADMIN");

ret = cap_set_proc(self->caps);
EXPECT_EQ(0, ret)
Expand Down

0 comments on commit f37dc28

Please sign in to comment.