Skip to content

Commit

Permalink
staging:panel: Fixed coding conventions.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Henri Häkkinen authored and Greg Kroah-Hartman committed Jun 22, 2010
1 parent aa605fa commit 429ccf0
Showing 1 changed file with 572 additions and 473 deletions.
Loading

0 comments on commit 429ccf0

Please sign in to comment.