io_uring: io_kiocb_ppos() style change
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 30 Sep 2020 19:57:15 +0000 (22:57 +0300)
committerJens Axboe <axboe@kernel.dk>
Thu, 1 Oct 2020 02:38:45 +0000 (20:38 -0600)
commit5b09e37e27a878eb50f0eb96fbce8419e932a7d5
tree5fe3cd3b4be7de394bd53d7c01f79a846cd9e162
parent291b2821e072e16b062c5a0e83f7642143c4399a
io_uring: io_kiocb_ppos() style change

Put brackets around bitwise ops in a complex expression

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c