Staging: sbe-2t3e3: fix coding style issues in netdev.c
authorPranav Ravichandran <me@onloop.net>
Mon, 15 Oct 2012 17:38:26 +0000 (23:08 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 19 Oct 2012 19:12:40 +0000 (12:12 -0700)
commit1917e7f916352d82f0a88f769b7c6ac7bc76f5af
treed29fb0558d675cfcd7880012c47f10893a049d76
parentce833d36c63c6aeb0ab9c271c56cb246f0bb82cd
Staging: sbe-2t3e3: fix coding style issues in netdev.c

This patch fixes a POINTER_LOCATION error(changed foo* bar to foo *bar)
and an ASSIGN_IN_IF error(moved assignment out of if condition).

Signed-off-by: Pranav Ravichandran <me@onloop.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sbe-2t3e3/netdev.c