summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192e/dot11d.c
diff options
context:
space:
mode:
authorAshvini Varatharaj <ashvinivaratharaj@gmail.com>2013-10-15 18:14:30 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-10-15 08:46:10 -0700
commitf222c70ccf67f4569908e5f087b8dfc956696174 (patch)
tree84bad340549bc03f43f2d68d44aea5a538960e8b /drivers/staging/rtl8192e/dot11d.c
parent17cba02f9a1bd4c1a904352b52e060230fb454be (diff)
Staging: rtl8192e: Replacing (u8*) with (u8 *)
Fix checkpatch error: ERROR: "(foo*)" should be "(foo *)" Signed-off-by: Ashvini Varatharaj <ashvinivaratharaj@gmail.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192e/dot11d.c')
-rw-r--r--drivers/staging/rtl8192e/dot11d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192e/dot11d.c b/drivers/staging/rtl8192e/dot11d.c
index f7b14f8b7b83..1260f10944ef 100644
--- a/drivers/staging/rtl8192e/dot11d.c
+++ b/drivers/staging/rtl8192e/dot11d.c
@@ -151,7 +151,7 @@ void Dot11d_UpdateCountryIe(struct rtllib_device *dev, u8 *pTaddr,
MaxChnlNum = pTriple->FirstChnl + j;
}
- pTriple = (struct chnl_txpow_triple *)((u8*)pTriple + 3);
+ pTriple = (struct chnl_txpow_triple *)((u8 *)pTriple + 3);
}
UPDATE_CIE_SRC(dev, pTaddr);