]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: panel: (coding style) Line alignments and malloc sizeof
authorDominique van den Broeck <domdevlin@free.fr>
Wed, 21 May 2014 12:10:00 +0000 (14:10 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 May 2014 11:33:57 +0000 (20:33 +0900)
commitfdf4a4948ca8a18c16f6ef1560043db7300ea7f9
tree2bafd173ab31908247e2e7944f21d56e886891e5
parent3ac769042904d53359db70cf77d61d44d7812e40
staging: panel: (coding style) Line alignments and malloc sizeof

Style-only modifications to comply with checkpatch.pl --strict --file.
. Correctly realigns the lines that needed to be ;
. Suppress useless blank rows ;
. Fix sizeof() issues in various -malloc() functions.

Signed-off-by: Dominique van den Broeck <domdevlin@free.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/panel/panel.c