linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8723au: fix coding style warnings reported by checkpatch.pl.
@ 2015-08-02  5:00 Ting-Chih Hsiao
  2015-08-02 16:32 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Ting-Chih Hsiao @ 2015-08-02  5:00 UTC (permalink / raw)
  To: Larry.Finger, gregkh, linux-wireless

>From 8c86ae927a38693f587826f51fca5d374e756768 Mon Sep 17 00:00:00 2001
From: Ting-Chih Hsiao <s894330@hotmail.com>
Date: Sun, 2 Aug 2015 12:32:19 +0800

Fix a coding style warnings reported by checkpatch.pl.

Signed-off-by: Ting-Chih Hsiao <s894330@hotmail.com>
---
 drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c b/drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c
index 342dec3..a63c6cb 100644
--- a/drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c
+++ b/drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c
@@ -21,7 +21,7 @@ odm_ConfigRFReg_8723A(
 	struct dm_odm_t *pDM_Odm,
 	u32					Addr,
 	u32					Data,
-  enum RF_RADIO_PATH     RF_PATH,
+	enum RF_RADIO_PATH     RF_PATH,
 	u32				    RegAddr
 	)
 {
-- 
1.9.1


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

end of thread, other threads:[~2015-08-02 16:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-02  5:00 [PATCH] staging: rtl8723au: fix coding style warnings reported by checkpatch.pl Ting-Chih Hsiao
2015-08-02 16:32 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).