]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commit243d9f78d942c4ed4a684202814c6cd0d1bcd954
tree9f43afa5416b101b8d58960ad4549ef9c59b2c68
parent3f6d385f818029d353fb932fcac38c3f11eeeb20
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