diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2021-04-25 08:26:19 +0300 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2021-05-25 07:06:39 +0300 |
commit | 204db365077df99a487bcd41aa8c6135f783be18 (patch) | |
tree | 6238ddb0d4905b9e7228514eb35041903adb8aae /drivers/input | |
parent | ba5b93d56c8d63f5ab8d30b6f59e0afbd7a1c3ae (diff) | |
download | linux-204db365077df99a487bcd41aa8c6135f783be18.tar.xz |
Input: evbug - remove an empty comment block
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>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/evbug.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/input/evbug.c b/drivers/input/evbug.c index c0d0b121ae7e..e47bdf92088a 100644 --- 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> |