]> asedeno.scripts.mit.edu Git - linux.git/commit
bcache: fix code comments style
authorColy Li <colyli@suse.de>
Sat, 11 Aug 2018 05:19:55 +0000 (13:19 +0800)
committerJens Axboe <axboe@kernel.dk>
Sat, 11 Aug 2018 21:46:42 +0000 (15:46 -0600)
commit3be11dbab67a3ed28358a950671de9b8e7fb5a02
tree5c04042b9541410e0b1a82fb4860e094461700cf
parent3069211be30015b78e096fc4d3774b7d4ba29781
bcache: fix code comments style

This patch fixes 3 style issues warned by checkpatch.pl,
- Comment lines are not aligned
- Comments use "/*" on subsequent lines
- Comment lines use a trailing "*/"

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/bset.c
drivers/md/bcache/super.c
drivers/md/bcache/writeback.c