staging:rtl8723au:odm.c:Removing trailing whitespaces
authorJoglekar Tejas <tjogleka@visteon.com>
Sat, 20 Jun 2015 12:46:16 +0000 (12:46 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Jul 2015 02:41:16 +0000 (19:41 -0700)
This patch removes the trailing whitespace error given
by checkpatch.pl

Signed-off-by: Joglekar Tejas <tjogleka@visteon.com>
Acked-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/hal/odm.c

index f354f5e..6b9dbef 100644 (file)
@@ -985,7 +985,7 @@ void ODM_RF_Saving23a(struct dm_odm_t *pDM_Odm, u8 bForceInNormal)
                        val32 = rtl8723au_read32(adapter, 0x874);
                        val32 |= pDM_PSTable->Reg874;
                        rtl8723au_write32(adapter, 0x874, val32);
-               
+
                        val32 = rtl8723au_read32(adapter, 0xc70);
                        val32 |= pDM_PSTable->RegC70;
                        rtl8723au_write32(adapter, 0xc70, val32);