diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2023-01-19 09:54:20 +0100 |
---|---|---|
committer | Abel Vesa <abel.vesa@linaro.org> | 2023-01-29 20:29:38 +0200 |
commit | 899788efa45bb619787ee692048ae3f1e8c64754 (patch) | |
tree | ecfc6d2fc8174f40372d2372e196fe9d75a7ef35 /include/dt-bindings/clock | |
parent | 8cdaad718f1af2bf397d140329bdbdcb6110b74f (diff) | |
download | linux-stable-899788efa45bb619787ee692048ae3f1e8c64754.tar.gz linux-stable-899788efa45bb619787ee692048ae3f1e8c64754.tar.bz2 linux-stable-899788efa45bb619787ee692048ae3f1e8c64754.zip |
clk: imx6sll: add proper spdx license identifier
This fixes the following error:
include/dt-bindings/clock/imx6sll-clock.h:1: warning: Improper SPDX
comment style for 'include/dt-bindings/clock/imx6sll-clock.h', please
use '/*' instead
include/dt-bindings/clock/imx6sll-clock.h:1: warning: Missing or
malformed SPDX-License-Identifier tag in line 1
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Reviewed-by: Abel Vesa <abel.vesa@linaro.org>
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Link: https://lore.kernel.org/r/20230119085421.102804-2-marcel@ziswiler.com
Diffstat (limited to 'include/dt-bindings/clock')
-rw-r--r-- | include/dt-bindings/clock/imx6sll-clock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx6sll-clock.h b/include/dt-bindings/clock/imx6sll-clock.h index f446710fe63d..494fd0c37fb5 100644 --- a/include/dt-bindings/clock/imx6sll-clock.h +++ b/include/dt-bindings/clock/imx6sll-clock.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2016 Freescale Semiconductor, Inc. * Copyright 2017-2018 NXP. |