Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sandhya Bankar and committed by
Greg Kroah-Hartman
60abe351 8d771ea8

+1 -1
+1 -1
drivers/staging/fbtft/fb_agm1264k-fl.c
··· 414 414 while (len--) { 415 415 u8 i, data; 416 416 417 - data = *(u8 *) buf++; 417 + data = *(u8 *)buf++; 418 418 419 419 /* set data bus */ 420 420 for (i = 0; i < 8; ++i)