Staging: rtl8192e: Replacing (u8*) with (u8 *)
[cascardo/linux.git] / drivers / staging / rtl8192e / dot11d.c
index f7b14f8..1260f10 100644 (file)
@@ -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);