mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:38:03 +00:00
c612bcb75f
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: 2eef5a9cc6
("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>
15 lines
307 B
C
15 lines
307 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
/*
|
|
* bno055_ser Trace Support
|
|
* Copyright (C) 2022 Istituto Italiano di Tecnologia
|
|
* Electronic Design Laboratory
|
|
*
|
|
* Based on:
|
|
* Device core Trace Support
|
|
* Copyright (C) 2021, Intel Corporation
|
|
*/
|
|
|
|
#define CREATE_TRACE_POINTS
|
|
#include "bno055_ser_trace.h"
|