Re: [PATCH] selftest: epoll_busy_poll: remove unnecessary assignment in TEST_F(epoll_busy_poll, test_get_params)
From: Jakub Kicinski
Date: Mon Jul 01 2024 - 23:04:19 EST
On Mon, 1 Jul 2024 19:32:51 +0800 Liu Jing wrote:
> In the TEST_F(epoll_busy_poll, test_get_params), the initialized value of 'ret' is unused,
> because it will be assigned by the ioctl.thus remove it.
I don't think this is worth the noise, please don't send such changes
to networking.