Skip to content

Commit 9f369e2

Browse files
committed
ipts: Update Makefile / Kconfig to pass checkpatch
Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
1 parent 863de54 commit 9f369e2

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

drivers/misc/ipts/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: GPL-2.0-or-later
12
config INTEL_IPTS
23
tristate "Intel Precise Touch & Stylus"
34
select INTEL_MEI

drivers/misc/ipts/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
# SPDX-License-Identifier: GPL-2.0-or-later
12
#
23
# Makefile - Intel Precise Touch & Stylus device driver
3-
# Copyright (c) 2016, Intel Corporation.
4+
# Copyright (c) 2016 Intel Corporation
45
#
56

67
obj-$(CONFIG_INTEL_IPTS)+= intel-ipts.o
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1+
# SPDX-License-Identifier: GPL-2.0-or-later
12
config INTEL_IPTS_SURFACE
23
tristate "IPTS companion driver for Microsoft Surface"
3-
depends on INTEL_IPTS
4-
depends on ACPI
4+
depends on INTEL_IPTS && ACPI
55
help
6-
IPTS companion driver for Microsoft Surface. This driver is responsible
7-
for loading firmware using surface-specific hardware IDs.
8-
6+
IPTS companion driver for Microsoft Surface. This driver is
7+
responsible for loading firmware using surface-specific hardware IDs.
98
If you have a Microsoft Surface using IPTS, select y or m here.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
# SPDX-License-Identifier: GPL-2.0-or-later
12
obj-$(CONFIG_INTEL_IPTS_SURFACE)+= ipts-surface.o

0 commit comments

Comments
 (0)