Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH] staging:rtl8723au:odm.c:Removing trailing whitespaces
@ 2015-06-20 12:46 Joglekar, Tejas (T.)
  2015-06-22 18:24 ` Jes Sorensen
  0 siblings, 1 reply; 2+ messages in thread
From: Joglekar, Tejas (T.) @ 2015-06-20 12:46 UTC (permalink / raw)
  To: Larry.Finger@lwfinger.net, Jes.Sorensen@redhat.com,
	gregkh@linuxfoundation.org,
	rickard_strandqvist@spectrumdigital.se
  Cc: linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org,
	linux-kernel@vger.kernel.org

From: Joglekar Tejas <tjogleka@visteon.com>

This patch removes the trailing whitespace error given
by checkpatch.pl

Signed-off-by: Joglekar Tejas <tjogleka@visteon.com>
---
 drivers/staging/rtl8723au/hal/odm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8723au/hal/odm.c b/drivers/staging/rtl8723au/hal/odm.c
index f354f5e..6b9dbef 100644
--- a/drivers/staging/rtl8723au/hal/odm.c
+++ b/drivers/staging/rtl8723au/hal/odm.c
@@ -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);
-- 
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-22 18:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-20 12:46 [PATCH] staging:rtl8723au:odm.c:Removing trailing whitespaces Joglekar, Tejas (T.)
2015-06-22 18:24 ` Jes Sorensen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox