mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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>
This commit is contained in:
parent
87bfdbbb19
commit
f37dc28ac6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue