Skip to content

Commit 2d09ac9

Browse files
tititiou36dtor
authored andcommitted
input: drop empty comment blocks
Commit 1a59d1b ("treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156") has left some empty comment blocks. Remove them to save a few lines of code. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Link: https://lore.kernel.org/r/26a2b905b259bfffaf2de5b26f2007b8606970ed.1664478665.git.christophe.jaillet@wanadoo.fr Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent fff1011 commit 2d09ac9

46 files changed

Lines changed: 0 additions & 138 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

drivers/input/ff-core.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
* Copyright (c) 2006 Dmitry Torokhov <dtor@mail.ru>
77
*/
88

9-
/*
10-
*/
11-
129
/* #define DEBUG */
1310

1411
#include <linux/input.h>

drivers/input/ff-memless.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
* Copyright (c) 2006 Dmitry Torokhov <dtor@mail.ru>
77
*/
88

9-
/*
10-
*/
11-
129
/* #define DEBUG */
1310

1411
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

drivers/input/gameport/emu10k1-gp.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
* EMU10k1 - SB Live / Audigy - gameport driver for Linux
88
*/
99

10-
/*
11-
*/
12-
1310
#include <asm/io.h>
1411

1512
#include <linux/module.h>

drivers/input/gameport/lightning.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
* PDPI Lightning 4 gamecard driver for Linux.
88
*/
99

10-
/*
11-
*/
12-
1310
#include <asm/io.h>
1411
#include <linux/delay.h>
1512
#include <linux/errno.h>

drivers/input/gameport/ns558.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
* NS558 based standard IBM game port driver for Linux
99
*/
1010

11-
/*
12-
*/
13-
1411
#include <asm/io.h>
1512

1613
#include <linux/module.h>

drivers/input/joystick/a3d.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
* FP-Gaming Assassin 3D joystick driver for Linux
88
*/
99

10-
/*
11-
*/
12-
1310
#include <linux/kernel.h>
1411
#include <linux/module.h>
1512
#include <linux/slab.h>

drivers/input/joystick/adi.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
* Logitech ADI joystick family driver for Linux
88
*/
99

10-
/*
11-
*/
12-
1310
#include <linux/delay.h>
1411
#include <linux/kernel.h>
1512
#include <linux/module.h>

drivers/input/joystick/amijoy.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
* Driver for Amiga joysticks for Linux/m68k
88
*/
99

10-
/*
11-
*/
12-
1310
#include <linux/types.h>
1411
#include <linux/errno.h>
1512
#include <linux/kernel.h>

drivers/input/joystick/analog.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
* Analog joystick and gamepad driver for Linux
88
*/
99

10-
/*
11-
*/
12-
1310
#include <linux/delay.h>
1411
#include <linux/kernel.h>
1512
#include <linux/module.h>

drivers/input/joystick/cobra.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
* Creative Labs Blaster GamePad Cobra driver for Linux
88
*/
99

10-
/*
11-
*/
12-
1310
#include <linux/kernel.h>
1411
#include <linux/module.h>
1512
#include <linux/slab.h>

0 commit comments

Comments
 (0)