lkml.org 
[lkml]   [2023]   [Oct]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v3 1/6] cxl/trace: Fix improper SPDX comment style for header file
    Date
    The SPDX license identifier for C header have to be added
    in form of a C-like comment.

    Reviewed-by: Dave Jiang <dave.jiang@intel.com>
    Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
    Signed-off-by: Jeongtae Park <jtp.park@samsung.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
    \
     
     \ /
      Last update: 2023-10-10 10:25    [W:2.342 / U:0.248 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site