diff options
author | Tim Schumacher <timschumi@gmx.de> | 2019-07-14 17:25:59 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2019-07-15 12:43:13 -0400 |
commit | 6d45d3e08b7460d8ae4199a71a5ad271b0d98f83 (patch) | |
tree | 834b48ad6ae2d9426464616f36cf139782357346 | |
parent | ecb41832bd2a7a3f8ac93527cec5e51e3827daed (diff) |
Input: iforce - remove empty multiline comments
Those are remnants of the SPDX identifier migration, which haven't been
removed properly.
Signed-off-by: Tim Schumacher <timschumi@gmx.de>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-rw-r--r-- | drivers/input/joystick/iforce/iforce-ff.c | 3 | ||||
-rw-r--r-- | drivers/input/joystick/iforce/iforce-main.c | 3 | ||||
-rw-r--r-- | drivers/input/joystick/iforce/iforce-packets.c | 3 | ||||
-rw-r--r-- | drivers/input/joystick/iforce/iforce-serio.c | 3 | ||||
-rw-r--r-- | drivers/input/joystick/iforce/iforce-usb.c | 3 | ||||
-rw-r--r-- | drivers/input/joystick/iforce/iforce.h | 3 |
6 files changed, 0 insertions, 18 deletions
diff --git a/drivers/input/joystick/iforce/iforce-ff.c b/drivers/input/joystick/iforce/iforce-ff.c index 4cadebd8b9c4..95c0348843e6 100644 --- a/drivers/input/joystick/iforce/iforce-ff.c +++ b/drivers/input/joystick/iforce/iforce-ff.c | |||
@@ -6,9 +6,6 @@ | |||
6 | * USB/RS232 I-Force joysticks and wheels. | 6 | * USB/RS232 I-Force joysticks and wheels. |
7 | */ | 7 | */ |
8 | 8 | ||
9 | /* | ||
10 | */ | ||
11 | |||
12 | #include "iforce.h" | 9 | #include "iforce.h" |
13 | 10 | ||
14 | /* | 11 | /* |
diff --git a/drivers/input/joystick/iforce/iforce-main.c b/drivers/input/joystick/iforce/iforce-main.c index 9a5f90da06ec..b2a68bc9f0b4 100644 --- a/drivers/input/joystick/iforce/iforce-main.c +++ b/drivers/input/joystick/iforce/iforce-main.c | |||
@@ -6,9 +6,6 @@ | |||
6 | * USB/RS232 I-Force joysticks and wheels. | 6 | * USB/RS232 I-Force joysticks and wheels. |
7 | */ | 7 | */ |
8 | 8 | ||
9 | /* | ||
10 | */ | ||
11 | |||
12 | #include <asm/unaligned.h> | 9 | #include <asm/unaligned.h> |
13 | #include "iforce.h" | 10 | #include "iforce.h" |
14 | 11 | ||
diff --git a/drivers/input/joystick/iforce/iforce-packets.c b/drivers/input/joystick/iforce/iforce-packets.c index b313e38b2c3a..763642c8cee9 100644 --- a/drivers/input/joystick/iforce/iforce-packets.c +++ b/drivers/input/joystick/iforce/iforce-packets.c | |||
@@ -6,9 +6,6 @@ | |||
6 | * USB/RS232 I-Force joysticks and wheels. | 6 | * USB/RS232 I-Force joysticks and wheels. |
7 | */ | 7 | */ |
8 | 8 | ||
9 | /* | ||
10 | */ | ||
11 | |||
12 | #include <asm/unaligned.h> | 9 | #include <asm/unaligned.h> |
13 | #include "iforce.h" | 10 | #include "iforce.h" |
14 | 11 | ||
diff --git a/drivers/input/joystick/iforce/iforce-serio.c b/drivers/input/joystick/iforce/iforce-serio.c index bbe31e0b759f..f95a81b9fac7 100644 --- a/drivers/input/joystick/iforce/iforce-serio.c +++ b/drivers/input/joystick/iforce/iforce-serio.c | |||
@@ -6,9 +6,6 @@ | |||
6 | * USB/RS232 I-Force joysticks and wheels. | 6 | * USB/RS232 I-Force joysticks and wheels. |
7 | */ | 7 | */ |
8 | 8 | ||
9 | /* | ||
10 | */ | ||
11 | |||
12 | #include <linux/serio.h> | 9 | #include <linux/serio.h> |
13 | #include "iforce.h" | 10 | #include "iforce.h" |
14 | 11 | ||
diff --git a/drivers/input/joystick/iforce/iforce-usb.c b/drivers/input/joystick/iforce/iforce-usb.c index ade376bfb79f..29abfeeef9a5 100644 --- a/drivers/input/joystick/iforce/iforce-usb.c +++ b/drivers/input/joystick/iforce/iforce-usb.c | |||
@@ -6,9 +6,6 @@ | |||
6 | * USB/RS232 I-Force joysticks and wheels. | 6 | * USB/RS232 I-Force joysticks and wheels. |
7 | */ | 7 | */ |
8 | 8 | ||
9 | /* | ||
10 | */ | ||
11 | |||
12 | #include <linux/usb.h> | 9 | #include <linux/usb.h> |
13 | #include "iforce.h" | 10 | #include "iforce.h" |
14 | 11 | ||
diff --git a/drivers/input/joystick/iforce/iforce.h b/drivers/input/joystick/iforce/iforce.h index 9cfa460466aa..6aa761ebbdf7 100644 --- a/drivers/input/joystick/iforce/iforce.h +++ b/drivers/input/joystick/iforce/iforce.h | |||
@@ -6,9 +6,6 @@ | |||
6 | * USB/RS232 I-Force joysticks and wheels. | 6 | * USB/RS232 I-Force joysticks and wheels. |
7 | */ | 7 | */ |
8 | 8 | ||
9 | /* | ||
10 | */ | ||
11 | |||
12 | #include <linux/kernel.h> | 9 | #include <linux/kernel.h> |
13 | #include <linux/slab.h> | 10 | #include <linux/slab.h> |
14 | #include <linux/input.h> | 11 | #include <linux/input.h> |