diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2022-10-05 11:36:30 +0200 |
---|---|---|
committer | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2022-10-05 11:36:30 +0200 |
commit | 1af52d6b35bb7faaabb1f0b34fbcae7c619e54e7 (patch) | |
tree | 6344781501d6520e4e6659d3d67cc8f272a57016 /drivers/hid | |
parent | Merge branch 'for-6.1/uclogic' into for-linus (diff) | |
parent | HID: wacom: Simplify comments (diff) | |
download | linux-1af52d6b35bb7faaabb1f0b34fbcae7c619e54e7.tar.xz linux-1af52d6b35bb7faaabb1f0b34fbcae7c619e54e7.zip |
Merge branch 'for-6.1/wacom' into for-linus
- Simplify comments (Christophe JAILLET)
Diffstat (limited to 'drivers/hid')
-rw-r--r-- | drivers/hid/wacom.h | 5 | ||||
-rw-r--r-- | drivers/hid/wacom_sys.c | 5 | ||||
-rw-r--r-- | drivers/hid/wacom_wac.c | 5 | ||||
-rw-r--r-- | drivers/hid/wacom_wac.h | 4 |
4 files changed, 2 insertions, 17 deletions
diff --git a/drivers/hid/wacom.h b/drivers/hid/wacom.h index 3f8b24a57014..4da50e19808e 100644 --- a/drivers/hid/wacom.h +++ b/drivers/hid/wacom.h @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * drivers/input/tablet/wacom.h - * * USB Wacom tablet support * * Copyright (c) 2000-2004 Vojtech Pavlik <vojtech@ucw.cz> @@ -78,10 +76,9 @@ * - integration of the Bluetooth devices */ -/* - */ #ifndef WACOM_H #define WACOM_H + #include <linux/kernel.h> #include <linux/slab.h> #include <linux/module.h> diff --git a/drivers/hid/wacom_sys.c b/drivers/hid/wacom_sys.c index 102302e9afd9..634263e4556b 100644 --- a/drivers/hid/wacom_sys.c +++ b/drivers/hid/wacom_sys.c @@ -1,13 +1,8 @@ // SPDX-License-Identifier: GPL-2.0-or-later /* - * drivers/input/tablet/wacom_sys.c - * * USB Wacom tablet support - system specific code */ -/* - */ - #include "wacom_wac.h" #include "wacom.h" #include <linux/input/mt.h> diff --git a/drivers/hid/wacom_wac.c b/drivers/hid/wacom_wac.c index 9fc080e4e66f..77486962a773 100644 --- a/drivers/hid/wacom_wac.c +++ b/drivers/hid/wacom_wac.c @@ -1,13 +1,8 @@ // SPDX-License-Identifier: GPL-2.0-or-later /* - * drivers/input/tablet/wacom_wac.c - * * USB Wacom tablet support - Wacom specific code */ -/* - */ - #include "wacom_wac.h" #include "wacom.h" #include <linux/input/mt.h> diff --git a/drivers/hid/wacom_wac.h b/drivers/hid/wacom_wac.h index fef1538005b5..5ca6c06d143b 100644 --- a/drivers/hid/wacom_wac.h +++ b/drivers/hid/wacom_wac.h @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ -/* - * drivers/input/tablet/wacom_wac.h - */ + #ifndef WACOM_WAC_H #define WACOM_WAC_H |