mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
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: Sandhya Bankar <bankarsandhya512@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8d771ea8bf
commit
60abe3510e
@ -414,7 +414,7 @@ static int write(struct fbtft_par *par, void *buf, size_t len)
|
||||
while (len--) {
|
||||
u8 i, data;
|
||||
|
||||
data = *(u8 *) buf++;
|
||||
data = *(u8 *)buf++;
|
||||
|
||||
/* set data bus */
|
||||
for (i = 0; i < 8; ++i)
|
||||
|
Loading…
Reference in New Issue
Block a user