提交 df44f150 编写于 作者: R Ricardo Ruedas 提交者: Greg Kroah-Hartman

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: NRicardo Ruedas <ricardo.ruedas@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 76e9521f
...@@ -947,7 +947,8 @@ static void lcd_clear_fast_s(void) ...@@ -947,7 +947,8 @@ static void lcd_clear_fast_s(void)
lcd_send_serial(0x5F); /* R/W=W, RS=1 */ lcd_send_serial(0x5F); /* R/W=W, RS=1 */
lcd_send_serial(' ' & 0x0F); lcd_send_serial(' ' & 0x0F);
lcd_send_serial((' ' >> 4) & 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); spin_unlock_irq(&pprt_lock);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册