[PATCH 1/3] platform/x86: dell-laptop: Block comments use * on subsequent lines

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Resolved Block comments use * on subsequent lines checkpatch warnings.
Issue found by checkpatch.

Signed-off-by: Dhaval Shah <dhaval.shah@xxxxxxxxxxxxxxx>
---
 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




[Index of Archives]     [Linux Kernel Development]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux