]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Input: iforce - remove empty multiline comments
authorTim Schumacher <timschumi@gmx.de>
Sun, 14 Jul 2019 21:25:59 +0000 (14:25 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 15 Jul 2019 16:43:13 +0000 (09:43 -0700)
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>
drivers/input/joystick/iforce/iforce-ff.c
drivers/input/joystick/iforce/iforce-main.c
drivers/input/joystick/iforce/iforce-packets.c
drivers/input/joystick/iforce/iforce-serio.c
drivers/input/joystick/iforce/iforce-usb.c
drivers/input/joystick/iforce/iforce.h

index 4cadebd8b9c46df56dc386a425b7755b5195edf2..95c0348843e6b40ae35498f14c3c33872467365a 100644 (file)
@@ -6,9 +6,6 @@
  *  USB/RS232 I-Force joysticks and wheels.
  */
 
-/*
- */
-
 #include "iforce.h"
 
 /*
index 9a5f90da06ec0b2ae943cfab181acdb4d4dde4fd..b2a68bc9f0b4d6b77a439d35c57e7038c2e3ea8f 100644 (file)
@@ -6,9 +6,6 @@
  *  USB/RS232 I-Force joysticks and wheels.
  */
 
-/*
- */
-
 #include <asm/unaligned.h>
 #include "iforce.h"
 
index b313e38b2c3a83436a514a7a241ec84d174e1052..763642c8cee9f538415524e48411c7da33a91f65 100644 (file)
@@ -6,9 +6,6 @@
  *  USB/RS232 I-Force joysticks and wheels.
  */
 
-/*
- */
-
 #include <asm/unaligned.h>
 #include "iforce.h"
 
index bbe31e0b759fcfd032bf195eba6c7f8b7605f03f..f95a81b9fac72ce2050cac3c27df2b65166c6f13 100644 (file)
@@ -6,9 +6,6 @@
  *  USB/RS232 I-Force joysticks and wheels.
  */
 
-/*
- */
-
 #include <linux/serio.h>
 #include "iforce.h"
 
index ade376bfb79f5b5430db68741c6fd9068a0007c1..29abfeeef9a5f58e9e3840f42ee7a10ab78df210 100644 (file)
@@ -6,9 +6,6 @@
  *  USB/RS232 I-Force joysticks and wheels.
  */
 
-/*
- */
-
 #include <linux/usb.h>
 #include "iforce.h"
 
index 9cfa460466aa783fb11f76e1b3838fd9a5fa6eb4..6aa761ebbdf7725e639ccd7cb974fb36bcd3ad45 100644 (file)
@@ -6,9 +6,6 @@
  *  USB/RS232 I-Force joysticks and wheels.
  */
 
-/*
- */
-
 #include <linux/kernel.h>
 #include <linux/slab.h>
 #include <linux/input.h>