mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-21 06:50:25 +00:00

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>
14 lines
307 B
C
14 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"
|