[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20171213081309.22851-2-dhaval.shah@softnautics.com>
Date: Wed, 13 Dec 2017 13:43:07 +0530
From: Dhaval Shah <dhaval.shah@...tnautics.com>
To: mjg59@...f.ucam.org, pali.rohar@...il.com, andy@...radead.org
Cc: platform-driver-x86@...r.kernel.org, linux-kernel@...r.kernel.org,
Dhaval Shah <dhaval.shah@...tnautics.com>
Subject: [PATCH 1/3] platform/x86: dell-laptop: Block comments use * on subsequent lines
Resolved Block comments use * on subsequent lines checkpatch warnings.
Issue found by checkpatch.
Signed-off-by: Dhaval Shah <dhaval.shah@...tnautics.com>
---
drivers/platform/x86/dell-laptop.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/platform/x86/dell-laptop.c b/drivers/platform/x86/dell-laptop.c
index cd4725e7e0b5..9b0855236e3d 100644
--- a/drivers/platform/x86/dell-laptop.c
+++ b/drivers/platform/x86/dell-laptop.c
@@ -449,7 +449,8 @@ static int dell_rfkill_set(void *data, bool blocked)
hwswitch = buffer->output[1];
/* If the hardware switch controls this radio, and the hardware
- switch is disabled, always disable the radio */
+ * switch is disabled, always disable the radio
+ */
if (ret == 0 && (hwswitch & BIT(hwswitch_bit)) &&
(status & BIT(0)) && !(status & BIT(16)))
disable = 1;
--
2.11.0
Powered by blists - more mailing lists