Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1475010

[PATCH 1/3] staging: rtl8712: delete one space before if statement

From Louie Lu <louie.lu@hopebaytech.com>
Newsgroups linux.kernel
Subject [PATCH 1/3] staging: rtl8712: delete one space before if statement
Date 2016-09-02 12:30 +0200
Message-ID <scTTs-6I4-3@gated-at.bofh.it> (permalink)
References <scTJM-6BV-39@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


This patch fixed minor checkpatch warning:

WARNING: Statements should start on a tabstop

Signed-off-by: Louie Lu <louie.lu@hopebaytech.com>
---
 drivers/staging/rtl8712/os_intfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8712/os_intfs.c b/drivers/staging/rtl8712/os_intfs.c
index b615fbf..cbe4de0 100644
--- a/drivers/staging/rtl8712/os_intfs.c
+++ b/drivers/staging/rtl8712/os_intfs.c
@@ -425,7 +425,7 @@ static int netdev_open(struct net_device *pnetdev)
 	else
 		netif_wake_queue(pnetdev);
 
-	 if (video_mode)
+	if (video_mode)
 		enable_video_mode(padapter, cbw40_enable);
 	/* start driver mlme relation timer */
 	start_drv_timers(padapter);
-- 
2.8.2

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 1/3] staging: rtl8712: delete one space before if statement Louie Lu <louie.lu@hopebaytech.com> - 2016-09-02 12:30 +0200

csiph-web