]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
staging: rtl8187se: Fixed a pointer declaration error in r8180.h
authorAna Rey <anarey@gmail.com>
Wed, 26 Feb 2014 14:26:25 +0000 (15:26 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Feb 2014 22:49:06 +0000 (14:49 -0800)
This patch fixes a pointer declaration error found by checkpatch.pl in
r8180.h

Signed-off-by: Ana Rey <anarey@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8187se/r8180.h

index 8661d0d89d64a191e22e2def678375d065b21300..8a3e06b7d726f2903510d501358681da5f78a892 100644 (file)
@@ -706,7 +706,7 @@ void rtl8185b_irq_enable(struct net_device *dev);
 void fix_rx_fifo(struct net_device *dev);
 void fix_tx_fifo(struct net_device *dev);
 void rtl8225z2_SetTXPowerLevel(struct net_device *dev, short ch);
-void rtl8180_rate_adapter(struct work_struct * work);
+void rtl8180_rate_adapter(struct work_struct *work);
 /* #endif */
 bool MgntActSet_RF_State(struct net_device *dev, RT_RF_POWER_STATE StateToSet,
                         u32 ChangeSource);