Re: [PATCH iproute2-next 2/3] iplink_can: fix SPDX-License-Identifier tag format
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2025-09-22 22:08:28
Also in:
linux-can, lkml
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2025-09-22 22:08:28
Also in:
linux-can, lkml
On Sun, 21 Sep 2025 16:32:31 +0900 Vincent Mailhol [off-list ref] wrote:
In .c files, the SPDX tag uses the C++ comment style. Fix below checkpatch.pl warning: WARNING: Improper SPDX comment style for 'ip/iplink_can.c', please use '//' instead #1: FILE: ip/iplink_can.c:1: +/* SPDX-License-Identifier: GPL-2.0-or-later */ WARNING: Missing or malformed SPDX-License-Identifier tag in line 1 #1: FILE: ip/iplink_can.c:1: +/* SPDX-License-Identifier: GPL-2.0-or-later */ Signed-off-by: Vincent Mailhol <mailhol@kernel.org>
NAK Iproute2 excepts both formats and both are used in several places.