From: Ana Rey Date: Wed, 26 Feb 2014 14:26:25 +0000 (+0100) Subject: staging: rtl8187se: Fixed a pointer declaration error in r8180.h X-Git-Tag: v3.15-rc1~139^2~828 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=359754f4fa05545de5792d3cf537b5f5be310e69;p=~emulex%2Finfiniband.git staging: rtl8187se: Fixed a pointer declaration error in r8180.h This patch fixes a pointer declaration error found by checkpatch.pl in r8180.h Signed-off-by: Ana Rey Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8187se/r8180.h b/drivers/staging/rtl8187se/r8180.h index 8661d0d89d6..8a3e06b7d72 100644 --- a/drivers/staging/rtl8187se/r8180.h +++ b/drivers/staging/rtl8187se/r8180.h @@ -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);