iio: imu: fix spdx format
authorTom Rix <trix@redhat.com>
Tue, 24 Jan 2023 19:43:01 +0000 (11:43 -0800)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 28 Jan 2023 16:22:46 +0000 (16:22 +0000)
checkpatch reports
WARNING: Missing or malformed SPDX-License-Identifier tag in line 1
FILE: drivers/iio/imu/bno055/bno055_ser_trace.c:1:
+//SPDX-License-Identifier: GPL-2.0

Add a space

Fixes: 2eef5a9cc643 ("iio: imu: add BNO055 serdev driver")
Signed-off-by: Tom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20230124194301.656518-1-trix@redhat.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/imu/bno055/bno055_ser_trace.c

index 48397b6..ab56418 100644 (file)
@@ -1,4 +1,4 @@
-//SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0
 
 /*
  * bno055_ser Trace Support