From 12d6d1e31c670d9dab5fb237a48f1a49d09f415e Mon Sep 17 00:00:00 2001 From: Ana Rey Date: Sun, 16 Mar 2014 20:44:42 +0100 Subject: [PATCH] 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-format-patch failed