Skip to content

Commit bcc02aa

Browse files
tititiou36jigpu
authored andcommitted
backport: HID: wacom: Simplify comments
Remove a left-over from commit 2874c5fd2842 ("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 471d17148c8b ("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]> [[email protected]: Imported into input-wacom (35f473864f)] Signed-off-by: Jason Gerecke <[email protected]> [[email protected]: Backported from input-wacom (9ccc2f7)] Signed-off-by: Jason Gerecke <[email protected]>
1 parent 4c9b0a0 commit bcc02aa

File tree

8 files changed

+4
-34
lines changed

8 files changed

+4
-34
lines changed

3.17/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 "../config.h"
8683
#include <linux/kernel.h>
8784
#include <linux/slab.h>

3.17/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>

3.17/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>

3.17/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

3.7/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]>
@@ -75,10 +73,9 @@
7573
* - add new devices (0x9F, 0xE2, and 0XE3)
7674
*/
7775

78-
/*
79-
*/
8076
#ifndef WACOM_H
8177
#define WACOM_H
78+
8279
#include "../config.h"
8380
#include <linux/kernel.h>
8481
#include <linux/slab.h>

3.7/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 <linux/spinlock.h>
127
#include "wacom_wac.h"
138
#include "wacom.h"

3.7/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>

3.7/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)