aboutsummaryrefslogtreecommitdiff
path: root/tools/testing
diff options
context:
space:
mode:
authorGravatar Colin Ian King <colin.i.king@gmail.com> 2024-05-10 09:48:11 +0100
committerGravatar Jakub Kicinski <kuba@kernel.org> 2024-05-13 13:53:53 -0700
commitf37dc28ac6e2624afd7916faacea259f57f5ca82 (patch)
tree35862022c6e2e79f54e1f99c1a4145f8fc1b5898 /tools/testing
parentnet: phy: air_en8811h: reset netdev rules when LED is set manually (diff)
downloadlinux-f37dc28ac6e2624afd7916faacea259f57f5ca82.tar.gz
linux-f37dc28ac6e2624afd7916faacea259f57f5ca82.tar.bz2
linux-f37dc28ac6e2624afd7916faacea259f57f5ca82.zip
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>
Diffstat (limited to 'tools/testing')
-rw-r--r--tools/testing/selftests/net/epoll_busy_poll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/net/epoll_busy_poll.c b/tools/testing/selftests/net/epoll_busy_poll.c
index 9dd2830fd67c..16e457c2f877 100644
--- a/tools/testing/selftests/net/epoll_busy_poll.c
+++ b/tools/testing/selftests/net/epoll_busy_poll.c
@@ -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)