From: Pranav Ravichandran Date: Mon, 15 Oct 2012 17:38:26 +0000 (+0530) Subject: Staging: sbe-2t3e3: fix coding style issues in netdev.c X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~1196 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1917e7f916352d82f0a88f769b7c6ac7bc76f5af;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed