]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: pohmelfs: fix spaces and TAB coding style issue in net.c
authorRuslan Pisarev <ruslan@rpisarev.org.ua>
Sun, 14 Mar 2010 15:03:04 +0000 (17:03 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:35:41 +0000 (11:35 -0700)
commita0fecc9b6d65293e903e95b9793b8b14739a00a5
tree7f2e83d3eb44f25f495fbef7e97a56de7326594e
parentdb74d12a001552a93133cab6ebbce9a7349e4f3d
Staging: pohmelfs: fix spaces and TAB coding style issue in net.c

This is a patch to the net.c file that fixed up a TAB and spaces Errors found by the checkpatch.pl tools, like

ERROR: switch and case should be at the same indent
and
spaces required around that '=' (ctx:VxV)

Signed-off-by: Ruslan Pisarev <ruslan@rpisarev.org.ua>
Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/pohmelfs/net.c