提交 a94ac159 编写于 作者: C Charlie Wong Super 提交者: Greg Kroah-Hartman

staging: fbtft: Add a blank line after declarations

scripts/checkpatch.pl WARNING: Missing a blank line after declarations
Signed-off-by: NCharlie Wong Super <1213charlie@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 afe11f10
......@@ -115,6 +115,7 @@ static int write_vmem(struct fbtft_par *par, size_t offset, size_t len)
for (x = 0; x < WIDTH; x++) {
u8 ch = 0;
for (i = 0; i < 8*WIDTH; i += WIDTH) {
ch >>= 1;
if (vmem16[(y*8*WIDTH)+i+x])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册