]> git.baikalelectronics.ru Git - kernel.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)
commit3efc08b382fe852264e0f4f8a3840f28a3db78e2
tree2bafd173ab31908247e2e7944f21d56e886891e5
parentfd1a80184dbd86ab6660eb56c9258efb7e5b47a6
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