mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 20:58:14 -04:00
staging: panel: remove warnings line over 80 characters
This patch removes the warnings reported by checkpatch.pl for line over 80 characters. Signed-off-by: Ricardo Ruedas <ricardo.ruedas@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
76e9521fc9
commit
df44f1504b
@@ -947,7 +947,8 @@ static void lcd_clear_fast_s(void)
|
||||
lcd_send_serial(0x5F); /* R/W=W, RS=1 */
|
||||
lcd_send_serial(' ' & 0x0F);
|
||||
lcd_send_serial((' ' >> 4) & 0x0F);
|
||||
usleep_range(40, 100); /* the shortest data takes at least 40 us */
|
||||
/* the shortest data takes at least 40 us */
|
||||
usleep_range(40, 100);
|
||||
}
|
||||
spin_unlock_irq(&pprt_lock);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user