mbox series

[0/3] block: small fix and code cleanup for blk-mq-debugfs.c

Message ID 20190619220150.6271-1-chaitanya.kulkarni@wdc.com (mailing list archive)
Headers show
Series block: small fix and code cleanup for blk-mq-debugfs.c | expand

Message

Chaitanya Kulkarni June 19, 2019, 10:01 p.m. UTC
Hi,

This is a small code clenaup patch-series which also has a fix for
using right format-specifier for blk-mq-debugfs.c.

Please consider this for 5.3.

Regards,
Chaitanya

Chaitanya Kulkarni (3):
  block: get rid of redundant else
  block: use right format specifier for op
  block: code cleanup queue_poll_stat_show()

 block/blk-mq-debugfs.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Comments

Jens Axboe June 20, 2019, 9:20 a.m. UTC | #1
On 6/19/19 4:01 PM, Chaitanya Kulkarni wrote:
> Hi,
> 
> This is a small code clenaup patch-series which also has a fix for
> using right format-specifier for blk-mq-debugfs.c.
> 
> Please consider this for 5.3.

Looks good, applied, thanks.