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


Groups > linux.kernel > #1475010 > unrolled thread

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

Started byLouie Lu <louie.lu@hopebaytech.com>
First post2016-09-02 12:30 +0200
Last post2016-09-02 12:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

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

FromLouie Lu <louie.lu@hopebaytech.com>
Date2016-09-02 12:30 +0200
Subject[PATCH 1/3] staging: rtl8712: delete one space before if statement
Message-ID<scTTs-6I4-3@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web