lkml.org 
[lkml]   [2017]   [Dec]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] platform/x86: dell-wmi-aio: Block comments use * on subsequent lines
Date
Resolved Block comments use * on subsequent lines checkpatch warnings.
Issue found by checkpatch.

Signed-off-by: Dhaval Shah <dhaval.shah@softnautics.com>
---
drivers/platform/x86/dell-wmi-aio.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/drivers/platform/x86/dell-wmi-aio.c b/drivers/platform/x86/dell-wmi-aio.c
index 50c2078715d6..3842b32a729c 100644
--- a/drivers/platform/x86/dell-wmi-aio.c
+++ b/drivers/platform/x86/dell-wmi-aio.c
@@ -36,7 +36,8 @@ MODULE_LICENSE("GPL");
struct dell_wmi_event {
u16 length;
/* 0x000: A hot key pressed or an event occurred
- * 0x00F: A sequence of hot keys are pressed */
+ * 0x00F: A sequence of hot keys are pressed
+ */
u16 type;
u16 event[];
};
@@ -115,7 +116,8 @@ static void dell_wmi_aio_notify(u32 value, void *context)
scancode = event->event[0];
} else {
/* Broken machines return the scancode in a
- buffer */
+ * buffer
+ */
if (obj->buffer.pointer &&
obj->buffer.length > 0)
scancode = obj->buffer.pointer[0];
--
2.11.0
\
 
 \ /
  Last update: 2017-12-13 09:19    [W:1.377 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site