staging:panel: Fixed coding conventions.
authorHenri Häkkinen <henuxd@gmail.com>
Fri, 11 Jun 2010 21:27:36 +0000 (00:27 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 22 Jun 2010 21:58:01 +0000 (14:58 -0700)
commit429ccf058bc201734a9a77b4126ee64930bad19b
tree89c35cd7e0d0fd2a3d65705e4ebd7472e2b57ab1
parentaa605fa410badcf6c67c6b2f8731dfa64e708bca
staging:panel: Fixed coding conventions.

Fixed coding convention issues as reported by checkpatch.pl tool
on the file `panel.c'. Moved LCD special code handling from the
function `lcd_write' into function `handle_lcd_special_code'. Also
moved the handling of INPUT_ST_HIGH and INPUT_ST_FALLING states from
the function `panel_process_input' into functions `input_state_high'
and `input_state_falling'.

Signed-off-by: Henri Häkkinen <henuxd@gmail.com>
Acked-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/panel/panel.c
This page took 0.025251 seconds and 5 git commands to generate.