From: Ebru Akagunduz Date: Tue, 29 Oct 2013 21:05:21 +0000 (+0200) Subject: Staging: rtl8187se: fix trailing whitespace in r8185b_init.c X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=52a71d5f1bc7151758999728c11207b5046a536a;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git Staging: rtl8187se: fix trailing whitespace in r8185b_init.c Fix checkpatch.pl issues with trailing whitespace in r8185b_init.c Signed-off-by: Ebru Akagunduz Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8187se/r8185b_init.c b/drivers/staging/rtl8187se/r8185b_init.c index a827b30ac6f4..680f85913733 100644 --- a/drivers/staging/rtl8187se/r8185b_init.c +++ b/drivers/staging/rtl8187se/r8185b_init.c @@ -493,7 +493,7 @@ static void ZEBRA_Config_85BASIC_HardCode(struct net_device *dev) * set BIT15=0 * (3)RF signal on/off when calibration[13], default: on, * set BIT13=0. - * So we should minus 4 BITs offset. + * So we should minus 4 BITs offset. */ RF_WriteReg(dev, 0x0f, (priv->XtalCal_Xin<<5) | (priv->XtalCal_Xout<<1) | BIT11 | BIT9); mdelay(1); @@ -952,7 +952,7 @@ static void ActSetWirelessMode8185(struct net_device *dev, u8 btWirelessMode) } } - /* + /* * 2. Swtich band: RF or BB specific actions, * for example, refresh tables in omc8255, or change initial gain if * necessary. Nothing to do for Zebra to switch band. Update current @@ -1000,7 +1000,7 @@ static void MgntDisconnectIBSS(struct net_device *dev) * then HW Radio ON, MgntQueue Stuck. Because Bcn DMA isn't * complete, mgnt queue would stuck until Bcn packet send. * - * Disable Beacon Queue Own bit, suggested by jong + * Disable Beacon Queue Own bit, suggested by jong */ ieee80211_stop_send_beacons(priv->ieee80211);