From: YAMANE Toshiaki Date: Wed, 28 Nov 2012 13:19:59 +0000 (+0900) Subject: staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_rx.c X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=173d6b9935468557ca974034d7b4c4742c96cdde;p=pandora-kernel.git staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_rx.c The following warnings fixed. -- ERROR: space required after that ',' (ctx:VxV) -- ERROR: spaces required around that '&&' (ctx:VxV) -- ERROR: space prohibited before that '++' (ctx:WxO) -- ERROR: spaces required around that '?' (ctx:VxV) -- ERROR: spaces required around that ':' (ctx:VxV) -- ERROR: spaces required around that '!=' (ctx:VxW) -- ERROR: need consistent spacing around '-' (ctx:WxV) -- ERROR: spaces required around that '=' (ctx:VxW) -- ERROR: spaces required around that '||' (ctx:ExV) Signed-off-by: YAMANE Toshiaki Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed