1
0
Fork 0

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>
alistair/sunxi64-5.4-dsi
Tim Schumacher 2019-07-14 14:25:59 -07:00 committed by Dmitry Torokhov
parent ecb41832bd
commit 6d45d3e08b
6 changed files with 0 additions and 18 deletions

View File

@ -6,9 +6,6 @@
* USB/RS232 I-Force joysticks and wheels.
*/
/*
*/
#include "iforce.h"
/*

View File

@ -6,9 +6,6 @@
* USB/RS232 I-Force joysticks and wheels.
*/
/*
*/
#include <asm/unaligned.h>
#include "iforce.h"

View File

@ -6,9 +6,6 @@
* USB/RS232 I-Force joysticks and wheels.
*/
/*
*/
#include <asm/unaligned.h>
#include "iforce.h"

View File

@ -6,9 +6,6 @@
* USB/RS232 I-Force joysticks and wheels.
*/
/*
*/
#include <linux/serio.h>
#include "iforce.h"

View File

@ -6,9 +6,6 @@
* USB/RS232 I-Force joysticks and wheels.
*/
/*
*/
#include <linux/usb.h>
#include "iforce.h"

View File

@ -6,9 +6,6 @@
* USB/RS232 I-Force joysticks and wheels.
*/
/*
*/
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/input.h>