Re: [PATCH] block: Replace function name in string with __func__

2019-02-28 Thread Jens Axboe
On 2/17/19 8:21 AM, iamkeyu...@gmail.com wrote: > From: Keyur Patel > > 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. Applied, thanks. -- Jens Axboe

[PATCH] block: Replace function name in string with __func__

2019-02-17 Thread iamkeyur96
From: Keyur Patel 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 --- block/genhd.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) dif