block: Use pr_info() instead of printk(KERN_INFO ...)
authorBart Van Assche <bvanassche@acm.org>
Wed, 13 Dec 2023 19:47:02 +0000 (11:47 -0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 14 Dec 2023 17:28:56 +0000 (10:28 -0700)
commitf19d1e3b17acc8173cd83b189f4c9506889b1c49
treebe6d80d222673248adec325ead556beda51a482e
parent6f64f866aa1ae6975c95d805ed51d7e9433a0016
block: Use pr_info() instead of printk(KERN_INFO ...)

Switch to the modern style of printing kernel messages. Use %u instead
of %d to print unsigned integers.

Reviewed-by: Luis Chamberlain <mcgrof@kernel.org>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Ming Lei <ming.lei@redhat.com>
Cc: Keith Busch <kbusch@kernel.org>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Keith Busch <kbusch@kernel.org>
Link: https://lore.kernel.org/r/20231213194702.90381-1-bvanassche@acm.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-settings.c