commit | b3cf37bfa1a48acd5620d7be3dea05a4f76d87fd | [log] [tgz] |
---|---|---|
author | Coly Li <colyli@suse.de> | Sat Aug 11 13:19:57 2018 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Sat Aug 11 15:46:42 2018 -0600 |
tree | 58993c9ac0b410d1c9ffbed7fc06335587077e8f | |
parent | e1f08f1bc0134c2ebd655fc63ed82e160c123b7b [diff] |
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>