From: Ana Rey Date: Sun, 16 Mar 2014 19:44:42 +0000 (+0100) Subject: staging: rtl8187se: Fix pointer declarations in ieee80211/ieee80211_softmac.c X-Git-Tag: v3.15-rc1~139^2~336 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12d6d1e31c670d9dab5fb237a48f1a49d09f415e;p=pandora-kernel.git staging: rtl8187se: Fix pointer declarations in ieee80211/ieee80211_softmac.c Fix pointer declarations as the codingStyle of the kernel recommends in ieee80211/ieee80211_softmac.c Fix checkpatch.pl errors: ERROR: "foo* bar" should be "foo *bar" ERROR: "(foo*)" should be "(foo *)" Signed-off-by: Ana Rey Signed-off-by: Peter P Waskiewicz Jr --- Reading git-diff-tree failed