]> git.baikalelectronics.ru Git - kernel.git/commit
bcache: add static const prefix to char * array declarations
authorColy Li <colyli@suse.de>
Sat, 11 Aug 2018 05:19:56 +0000 (13:19 +0800)
committerJens Axboe <axboe@kernel.dk>
Sat, 11 Aug 2018 21:46:42 +0000 (15:46 -0600)
commit93c74ff6410cc7bceccde00872c31b2e772c58d5
treec30ec0e504be1049a9d357e8295626286c03db98
parent2575ea1f0550bb63f50e6b2aef63ea092a62e859
bcache: add static const prefix to char * array declarations

This patch declares char * array with const prefix in sysfs.c,
which is suggested by checkpatch.pl.

Signed-off-by: Coly Li <colyli@suse.de>
Reviewed-by: Shenghui Wang <shhuiw@foxmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/bcache/sysfs.c