lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon,  1 Dec 2014 21:23:17 +0530
From:	Anjana Sasindran <anjanasasindran123@...il.com>
To:	gregkh@...uxfoundation.org, Larry.Finger@...inger.net,
	es.Sorensen@...hat.com
Cc:	linux-kernel@...r.kernel.org, devel@...verdev.osuosl.org,
	linux-wireless@...r.kernel.org,
	Anjana Sasindran <anjanasasindran123@...il.com>
Subject: [PATCH] staging: rtl8723au: hal: Removed spaces before starting of a line

This patch fix the checkpatch.pl warning:

WARNING: please, no spaces at the start of a line

Signed-off-by: Anjana Sasindran <anjanasasindran123@...il.com>
---
 drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c b/drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c
index 88e0126..959e89e 100644
--- a/drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c
+++ b/drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c
@@ -20,7 +20,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
 	)
 {
@@ -60,7 +60,7 @@ odm_ConfigBB_AGC_8723A(
 	u32		Addr,
 	u32		Bitmask,
 	u32		Data
-  )
+)
 {
 	ODM_SetBBReg(pDM_Odm, Addr, Bitmask, Data);
 	/*  Add 1us delay between BB/RF register setting. */
@@ -77,7 +77,7 @@ odm_ConfigBB_PHY_8723A(
 	u32		Addr,
 	u32		Bitmask,
 	u32		Data
-  )
+)
 {
 	if (Addr == 0xfe)
 		msleep(50);
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ