aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rix <[email protected]>2021-06-10 14:44:36 -0700
committerJonathan Cameron <[email protected]>2021-06-13 17:00:18 +0100
commitb4c166925d4c6177ca325f0721627c6c2e3f95e6 (patch)
tree0707957915f34b43ad03055b2fd1aede5a50ea38
parenta7ba1c24da7b78f476d8f5523489a721a01c4243 (diff)
iio: scmi: fix spelling of SPDX tag
checkpatch looks for SPDX-License-Identifier. Remove the extra spaces. Signed-off-by: Tom Rix <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Cameron <[email protected]>
-rw-r--r--drivers/iio/common/scmi_sensors/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/common/scmi_sensors/Makefile b/drivers/iio/common/scmi_sensors/Makefile
index f13140a2575a..645e0fce1a73 100644
--- a/drivers/iio/common/scmi_sensors/Makefile
+++ b/drivers/iio/common/scmi_sensors/Makefile
@@ -1,4 +1,4 @@
-# SPDX - License - Identifier : GPL - 2.0 - only
+# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the IIO over SCMI
#