diff options
author | Tom Rix <trix@redhat.com> | 2021-06-10 14:44:36 -0700 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2021-06-13 17:00:18 +0100 |
commit | b4c166925d4c6177ca325f0721627c6c2e3f95e6 (patch) | |
tree | 0707957915f34b43ad03055b2fd1aede5a50ea38 /drivers/iio/common | |
parent | a7ba1c24da7b78f476d8f5523489a721a01c4243 (diff) |
iio: scmi: fix spelling of SPDX tag
checkpatch looks for SPDX-License-Identifier.
Remove the extra spaces.
Signed-off-by: Tom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20210610214438.3161140-7-trix@redhat.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/common')
-rw-r--r-- | drivers/iio/common/scmi_sensors/Makefile | 2 |
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 # |