From: Levente Kurusa Date: Sat, 10 May 2014 11:39:32 +0000 (+0200) Subject: staging: rtl8821ae: fix pointer coding style X-Git-Tag: v4.14-rc1~7083^2~39^2~446 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=138d7d0340fe1978cdff2140733ff23eb289aeb1;p=platform%2Fkernel%2Flinux-rpi.git staging: rtl8821ae: fix pointer coding style Found by checkpatch. Signed-off-by: Levente Kurusa Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8821ae/pci.c b/drivers/staging/rtl8821ae/pci.c index 94f7283..eef3ebc 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)