projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba5b93d
)
Input: evbug - remove an empty comment block
author
Christophe JAILLET
<christophe.jaillet@wanadoo.fr>
Sun, 25 Apr 2021 05:26:19 +0000
(22:26 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Tue, 25 May 2021 04:06:39 +0000
(21:06 -0700)
This is a left-over from commit
1a59d1b8e05e
("treewide: Replace GPLv2
boilerplate/reference with SPDX - rule 156")
Axe an empty and useless comment block.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link:
https://lore.kernel.org/r/fda981546203427a0ac86ef47f231239ad18ecfe.1618520227.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/evbug.c
patch
|
blob
|
history
diff --git
a/drivers/input/evbug.c
b/drivers/input/evbug.c
index c0d0b121ae7ea975e1c8c5d03d6a3942849efe40..e47bdf92088ac6fdf51569f1566cf7454ea84361 100644
(file)
--- a/
drivers/input/evbug.c
+++ b/
drivers/input/evbug.c
@@
-7,9
+7,6
@@
* Input driver event debug module - dumps all events into syslog
*/
-/*
- */
-
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/slab.h>