]> git.baikalelectronics.ru Git - kernel.git/commit
bcache: move open brace at end of function definitions to next line
authorColy Li <colyli@suse.de>
Sat, 11 Aug 2018 05:19:57 +0000 (13:19 +0800)
committerJens Axboe <axboe@kernel.dk>
Sat, 11 Aug 2018 21:46:42 +0000 (15:46 -0600)
commit405789bb718437edef9d4affb111a6eb2e7b56b2
tree58993c9ac0b410d1c9ffbed7fc06335587077e8f
parent138e1e7377edafcf11a3662e3b0e73c19ca8a8b9
bcache: move open brace at end of function definitions to next line

This is not a preferred style to place open brace '{' at the end of
function definition, checkpatch.pl reports error for such coding
style. This patch moves them into the start of the next new line.

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/super.c