]> git.baikalelectronics.ru Git - kernel.git/commit
block: code cleanup queue_poll_stat_show()
authorChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Wed, 19 Jun 2019 22:01:50 +0000 (15:01 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 20 Jun 2019 09:20:05 +0000 (03:20 -0600)
commit15f9e9713fe4098d5378020757e7e7081192db5e
tree9f43afa5416b101b8d58960ad4549ef9c59b2c68
parent704207d6472d5e9037cb19e9118849edd9e52710
block: code cleanup queue_poll_stat_show()

This is a pure code cleanup patch and doesn't change any functionality.
Having multiple coding styles in the code creates confusion when
someone tries to add a new code.

Make queue_poll_stat_show() consistent by adding spaces around binary
operators with the rest of the code.

Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq-debugfs.c