Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df44f150 authored by Ricardo Ruedas's avatar Ricardo Ruedas Committed by Greg Kroah-Hartman
Browse files

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: default avatarRicardo Ruedas <ricardo.ruedas@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 76e9521f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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);