summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8821ae
diff options
context:
space:
mode:
authorLevente Kurusa <levex@linux.com>2014-05-10 13:39:32 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-05-23 21:32:28 +0900
commit138d7d0340fe1978cdff2140733ff23eb289aeb1 (patch)
tree139d62bcf39f9faec88e3862505d3a7a3bdc2201 /drivers/staging/rtl8821ae
parent6026771417669c064fa20e3f3fd12aafcad1b37d (diff)
staging: rtl8821ae: fix pointer coding style
Found by checkpatch. Signed-off-by: Levente Kurusa <levex@linux.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8821ae')
-rw-r--r--drivers/staging/rtl8821ae/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8821ae/pci.c b/drivers/staging/rtl8821ae/pci.c
index 94f72832a838..eef3ebcd78af 100644
--- a/drivers/staging/rtl8821ae/pci.c
+++ b/drivers/staging/rtl8821ae/pci.c
@@ -392,7 +392,7 @@ static u8 _rtl_pci_get_pciehdr_offset(struct ieee80211_hw *hw)
pcicfg_addr_port +
(num4bytes << 2));
rtl_pci_raw_read_port_ushort(PCI_CONF_DATA,
- (u16*)&capability_hdr);
+ (u16 *)&capability_hdr);
/* Found the PCI express capability. */
if (capability_hdr.capability_id ==
PCI_CAPABILITY_ID_PCI_EXPRESS)