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 <[email protected]> Reviewed-by: Simon Horman <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 87bfdbb commit f37dc28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)