Skip to content

Commit 35f4738

Browse files
tititiou36Jiri Kosina
authored andcommitted
HID: wacom: Simplify comments
Remove a left-over from commit 2874c5f ("treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152"). An empty comment block can be removed. While at it remove, also remove what is supposed to be the path/filename of the file. This is really low value... and wrong since commit 471d171 ("Input: wacom - move the USB (now hid) Wacom driver in drivers/hid") Signed-off-by: Christophe JAILLET <[email protected]> Reviewed-by: Ping Cheng <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 8d9420c commit 35f4738

File tree

4 files changed

+2
-17
lines changed

4 files changed

+2
-17
lines changed

drivers/hid/wacom.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
/* SPDX-License-Identifier: GPL-2.0-or-later */
22
/*
3-
* drivers/input/tablet/wacom.h
4-
*
53
* USB Wacom tablet support
64
*
75
* Copyright (c) 2000-2004 Vojtech Pavlik <[email protected]>
@@ -78,10 +76,9 @@
7876
* - integration of the Bluetooth devices
7977
*/
8078

81-
/*
82-
*/
8379
#ifndef WACOM_H
8480
#define WACOM_H
81+
8582
#include <linux/kernel.h>
8683
#include <linux/slab.h>
8784
#include <linux/module.h>

drivers/hid/wacom_sys.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
// SPDX-License-Identifier: GPL-2.0-or-later
22
/*
3-
* drivers/input/tablet/wacom_sys.c
4-
*
53
* USB Wacom tablet support - system specific code
64
*/
75

8-
/*
9-
*/
10-
116
#include "wacom_wac.h"
127
#include "wacom.h"
138
#include <linux/input/mt.h>

drivers/hid/wacom_wac.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
// SPDX-License-Identifier: GPL-2.0-or-later
22
/*
3-
* drivers/input/tablet/wacom_wac.c
4-
*
53
* USB Wacom tablet support - Wacom specific code
64
*/
75

8-
/*
9-
*/
10-
116
#include "wacom_wac.h"
127
#include "wacom.h"
138
#include <linux/input/mt.h>

drivers/hid/wacom_wac.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
/* SPDX-License-Identifier: GPL-2.0-or-later */
2-
/*
3-
* drivers/input/tablet/wacom_wac.h
4-
*/
2+
53
#ifndef WACOM_WAC_H
64
#define WACOM_WAC_H
75

0 commit comments

Comments
 (0)