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


Groups > linux.kernel > #1567462

[PATCH 1/1] asus-wireless: Fix identation

From "João Paulo Rechi Vita" <jprvita@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 1/1] asus-wireless: Fix identation
Date 2017-01-26 15:30 +0100
Message-ID <t3TdM-8u9-21@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Signed-off-by: João Paulo Rechi Vita <jprvita@endlessm.com>
---
 drivers/platform/x86/asus-wireless.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/platform/x86/asus-wireless.c b/drivers/platform/x86/asus-wireless.c
index 9f31bc1a47d0..c9b5ac152cf1 100644
--- a/drivers/platform/x86/asus-wireless.c
+++ b/drivers/platform/x86/asus-wireless.c
@@ -77,7 +77,7 @@ static void led_state_update(struct work_struct *work)
 }
 
 static void led_state_set(struct led_classdev *led,
-				  enum led_brightness value)
+			  enum led_brightness value)
 {
 	struct asus_wireless_data *data;
 
-- 
2.11.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 1/1] asus-wireless: Fix identation "João Paulo Rechi Vita" <jprvita@gmail.com> - 2017-01-26 15:30 +0100
  Re: [PATCH 1/1] asus-wireless: Fix identation Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-01-27 16:40 +0100

csiph-web