Staging: rtl8188eu: Add blank line after declarations
authorMelike Yurtoglu <aysemelikeyurtoglu@gmail.com>
Mon, 23 Feb 2015 22:32:44 +0000 (00:32 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Feb 2015 20:53:47 +0000 (12:53 -0800)
WARNING: "Missing a blank line after declarations"
That was found by running checkpatch

Signed-off-by: Melike Yurtoglu <aysemelikeyurtoglu@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/Hal8188ERateAdaptive.c

index 3c651d5c6824e19799f656a2add99b73a1dca9d7..2c23aa92e696a6c440aec737b4c94cd9969c0f2f 100644 (file)
@@ -538,6 +538,7 @@ int ODM_RAInfo_Init(struct odm_dm_struct *dm_odm, u8 macid)
        struct odm_ra_info *pRaInfo = &dm_odm->RAInfo[macid];
        u8 WirelessMode = 0xFF; /* invalid value */
        u8 max_rate_idx = 0x13; /* MCS7 */
+
        if (dm_odm->pWirelessMode != NULL)
                WirelessMode = *(dm_odm->pWirelessMode);
 
This page took 0.025773 seconds and 5 git commands to generate.