All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] platform/x86: dell-rbtn: Block comments use * on subsequent lines
@ 2017-12-13  8:23 Dhaval Shah
  2017-12-13  9:24 ` Philippe Ombredanne
  0 siblings, 1 reply; 14+ messages in thread
From: Dhaval Shah @ 2017-12-13  8:23 UTC (permalink / raw)
  To: pali.rohar, dvhart, andy; +Cc: platform-driver-x86, linux-kernel, Dhaval Shah

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 3430 bytes --]

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-rbtn.c | 26 +++++++++++++-------------
 drivers/platform/x86/dell-rbtn.h | 26 +++++++++++++-------------
 2 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/drivers/platform/x86/dell-rbtn.c b/drivers/platform/x86/dell-rbtn.c
index f3afe778001e..cab93c6dcd34 100644
--- a/drivers/platform/x86/dell-rbtn.c
+++ b/drivers/platform/x86/dell-rbtn.c
@@ -1,17 +1,17 @@
 /*
-    Dell Airplane Mode Switch driver
-    Copyright (C) 2014-2015  Pali Rohár <pali.rohar@gmail.com>
-
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-*/
+ *   Dell Airplane Mode Switch driver
+ *   Copyright (C) 2014-2015  Pali Rohár <pali.rohar@gmail.com>
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 2 of the License, or
+ *   (at your option) any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ */
 
 #include <linux/module.h>
 #include <linux/acpi.h>
diff --git a/drivers/platform/x86/dell-rbtn.h b/drivers/platform/x86/dell-rbtn.h
index c59cc6b8ec2b..46337b22f00d 100644
--- a/drivers/platform/x86/dell-rbtn.h
+++ b/drivers/platform/x86/dell-rbtn.h
@@ -1,17 +1,17 @@
 /*
-    Dell Airplane Mode Switch driver
-    Copyright (C) 2014-2015  Pali Rohár <pali.rohar@gmail.com>
-
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-*/
+ *   Dell Airplane Mode Switch driver
+ *   Copyright (C) 2014-2015  Pali Rohár <pali.rohar@gmail.com>
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 2 of the License, or
+ *   (at your option) any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ */
 
 #ifndef _DELL_RBTN_H_
 #define _DELL_RBTN_H_
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2017-12-14 17:56 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-13  8:23 [PATCH] platform/x86: dell-rbtn: Block comments use * on subsequent lines Dhaval Shah
2017-12-13  9:24 ` Philippe Ombredanne
2017-12-13  9:52   ` Dhaval Shah
2017-12-13 10:01     ` Philippe Ombredanne
2017-12-13 10:53       ` Dhaval Shah
2017-12-13 12:25         ` Joe Perches
2017-12-13 12:41           ` Dhaval Shah
2017-12-13 13:07             ` Pali Rohár
2017-12-13 15:39             ` Joe Perches
2017-12-14  9:12               ` Dhaval Shah
2017-12-14 17:56                 ` Andy Shevchenko
     [not found]       ` <BM1PR0101MB144449CA7ADDBA3A03061AAFE6350@BM1PR0101MB1444.INDPRD01.PROD.OUTLOOK.COM>
2017-12-13 12:57         ` Philippe Ombredanne
2017-12-13 13:08           ` Dhaval Shah
2017-12-13 13:08             ` Dhaval Shah

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.