提交 60abe351 编写于 作者: S Sandhya Bankar 提交者: Greg Kroah-Hartman

Staging: fbtft: fb_agm1264k-fl: No space is necessary after cast.

No space is necessary after cast.This problem is found  by checkpatch.pl script.
Signed-off-by: NSandhya Bankar <bankarsandhya512@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 8d771ea8
...@@ -414,7 +414,7 @@ static int write(struct fbtft_par *par, void *buf, size_t len) ...@@ -414,7 +414,7 @@ static int write(struct fbtft_par *par, void *buf, size_t len)
while (len--) { while (len--) {
u8 i, data; u8 i, data;
data = *(u8 *) buf++; data = *(u8 *)buf++;
/* set data bus */ /* set data bus */
for (i = 0; i < 8; ++i) for (i = 0; i < 8; ++i)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册