* [PATCH v2 1/7] cxl/trace: Fix improper SPDX comment style for header file [not found] <CGME20230922113219epcas2p1293d292c81a400a8347328d78217a498@epcas2p1.samsung.com> @ 2023-09-22 11:35 ` Jeongtae Park 2023-09-25 10:04 ` Jonathan Cameron 0 siblings, 1 reply; 2+ messages in thread From: Jeongtae Park @ 2023-09-22 11:35 UTC (permalink / raw) To: Dan Williams, Alison Schofield, Vishal Verma, Ben Widawsky, Jonathan Cameron, Dave Jiang, Davidlohr Bueso, Fan Ni, linux-cxl Cc: linux-kernel, Greg Kroah-Hartman, Kyungsan Kim, Wonjae Lee, Hojin Nam, Junhyeok Im, Jehoon Park, Jeongtae Park, Jeongtae Park The SPDX license identifier for C header have to be added in form of a C-like comment. Signed-off-by: Jeongtae Park <jtp.park@samsung.com> Reviewed-by: Dave Jiang <dave.jiang@intel.com> --- drivers/cxl/core/trace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/cxl/core/trace.h b/drivers/cxl/core/trace.h index a0b5819bc70b..7aee7fb008a5 100644 --- a/drivers/cxl/core/trace.h +++ b/drivers/cxl/core/trace.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +/* SPDX-License-Identifier: GPL-2.0 */ /* Copyright(c) 2022 Intel Corporation. All rights reserved. */ #undef TRACE_SYSTEM #define TRACE_SYSTEM cxl -- 2.34.1 ^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2 1/7] cxl/trace: Fix improper SPDX comment style for header file 2023-09-22 11:35 ` [PATCH v2 1/7] cxl/trace: Fix improper SPDX comment style for header file Jeongtae Park @ 2023-09-25 10:04 ` Jonathan Cameron 0 siblings, 0 replies; 2+ messages in thread From: Jonathan Cameron @ 2023-09-25 10:04 UTC (permalink / raw) To: Jeongtae Park Cc: Dan Williams, Alison Schofield, Vishal Verma, Ben Widawsky, Dave Jiang, Davidlohr Bueso, Fan Ni, linux-cxl, linux-kernel, Greg Kroah-Hartman, Kyungsan Kim, Wonjae Lee, Hojin Nam, Junhyeok Im, Jehoon Park, Jeongtae Park On Fri, 22 Sep 2023 20:35:05 +0900 Jeongtae Park <jtp.park@samsung.com> wrote: > The SPDX license identifier for C header have to be added > in form of a C-like comment. > > Signed-off-by: Jeongtae Park <jtp.park@samsung.com> > Reviewed-by: Dave Jiang <dave.jiang@intel.com> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> > --- > drivers/cxl/core/trace.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/cxl/core/trace.h b/drivers/cxl/core/trace.h > index a0b5819bc70b..7aee7fb008a5 100644 > --- a/drivers/cxl/core/trace.h > +++ b/drivers/cxl/core/trace.h > @@ -1,4 +1,4 @@ > -// SPDX-License-Identifier: GPL-2.0 > +/* SPDX-License-Identifier: GPL-2.0 */ > /* Copyright(c) 2022 Intel Corporation. All rights reserved. */ > #undef TRACE_SYSTEM > #define TRACE_SYSTEM cxl ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-25 10:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CGME20230922113219epcas2p1293d292c81a400a8347328d78217a498@epcas2p1.samsung.com>
2023-09-22 11:35 ` [PATCH v2 1/7] cxl/trace: Fix improper SPDX comment style for header file Jeongtae Park
2023-09-25 10:04 ` Jonathan Cameron
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox