commit | 3f6d385f818029d353fb932fcac38c3f11eeeb20 | [log] [tgz] |
---|---|---|
author | Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> | Wed Jun 19 15:01:49 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Jun 20 03:20:03 2019 -0600 |
tree | 50a865885cd6ce3a4c0d365718353aaf06282f6b | |
parent | ee1e03598f7961f471367e075edcdbd8492a2239 [diff] |
block: use right format specifier for op In function __blk_mq_debugfs_rq_show variable op has unsigned int type. Since op can never be negative use %u format specifier to match the variable type. Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>