]> git.baikalelectronics.ru Git - kernel.git/commit
block: Replace function name in string with __func__
authorKeyur Patel <iamkeyur96@gmail.com>
Sun, 17 Feb 2019 15:21:56 +0000 (10:21 -0500)
committerJens Axboe <axboe@kernel.dk>
Thu, 28 Feb 2019 21:09:08 +0000 (14:09 -0700)
commit244cbbd39c6fdb14eb97bd305b64496ae594cc92
tree56c6a4bd4475ecd678646ec8fa9d69c71895ed0b
parent9e1c3be9f9ffbb1d79671e994c06711e80fb83df
block: Replace function name in string with __func__

Replace hard coded function name register_blkdev with __func__, to
improve robustness and to conform to the Linux kernel coding
style. Issue found using checkpatch.

Signed-off-by: Keyur Patel <iamkeyur96@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/genhd.c