OSDN Git Service

block: use right format specifier for op
authorChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Wed, 19 Jun 2019 22:01:49 +0000 (15:01 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 20 Jun 2019 09:20:03 +0000 (03:20 -0600)
commit3f6d385f818029d353fb932fcac38c3f11eeeb20
tree50a865885cd6ce3a4c0d365718353aaf06282f6b
parentee1e03598f7961f471367e075edcdbd8492a2239
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>
block/blk-mq-debugfs.c