]> git.baikalelectronics.ru Git - kernel.git/commit
null_blk: fix module name at log message
authorAndré Almeida <andrealmeid@collabora.com>
Wed, 11 Sep 2019 14:46:35 +0000 (11:46 -0300)
committerJens Axboe <axboe@kernel.dk>
Wed, 11 Sep 2019 22:04:24 +0000 (16:04 -0600)
commit33d910e671fdfb34d04afc9db9592a44b1312dba
tree0067314e1f5b40de73bbe614b0d1cf5db800f5fa
parentc902bd8a9a3fe56edfe06348cb549b9797d1a491
null_blk: fix module name at log message

The name of the module is "null_blk", not "null". Make `pr_info()` follow
the pattern of `pr_err()` log messages.

Signed-off-by: André Almeida <andrealmeid@collabora.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/null_blk_main.c