staging: panel: remove warnings line over 80 characters
authorRicardo Ruedas <ricardo.ruedas@gmail.com>
Tue, 8 Dec 2015 21:30:40 +0000 (22:30 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Jan 2016 06:10:22 +0000 (22:10 -0800)
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>
drivers/staging/panel/panel.c

index 96920ef..1e67e26 100644 (file)
@@ -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);