summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorPavel Begunkov <asml.silence@gmail.com>2024-01-17 03:57:28 +0300
committerJens Axboe <axboe@kernel.dk>2024-01-17 19:45:24 +0300
commite8c407717b4814dac5641d93cbbbb9fc394f7cf0 (patch)
treee81a08697ed01dd070a6d565ef4e8772bb13db5d /.clang-format
parentd381099f980b5f6c3c7e150baf13b0aaefc66c29 (diff)
downloadlinux-e8c407717b4814dac5641d93cbbbb9fc394f7cf0.tar.xz
io_uring: clean *local_work_add var naming
if (!first) { ... } While it reads as do something if it's not the first entry, it does exactly the opposite because "first" here is a pointer to the first entry. Remove the confusion by renaming it into "head". Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Link: https://lore.kernel.org/r/3b8be483b52f58a524185bb88694b8a268e7e85d.1705438669.git.asml.silence@gmail.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to '.clang-format')
0 files changed, 0 insertions, 0 deletions