Skip to content

Commit f37dc28

Browse files
ColinIanKingkuba-moo
authored andcommitted
selftest: epoll_busy_poll: Fix spelling mistake "couldnt" -> "couldn't"
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>
1 parent 87bfdbb commit f37dc28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/testing/selftests/net/epoll_busy_poll.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ TEST_F(epoll_busy_poll, test_set_invalid)
232232

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

237237
ret = cap_set_proc(self->caps);
238238
EXPECT_EQ(0, ret)

0 commit comments

Comments
 (0)