Found by checkpatch.

Signed-off-by: Levente Kurusa <le...@linux.com>
---

 drivers/staging/rtl8821ae/pci.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8821ae/pci.c b/drivers/staging/rtl8821ae/pci.c
index a562aa6..7bbaef7 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)
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to