2021-10-13 03:05:59

by Shengjiu Wang

[permalink] [raw]
Subject: [PATCH] remoteproc: imx_dsp_rproc: Correct the comment style of copyright

Change '//' on copyright line to C style comments.

Fixes: ec0e5549f358 ("remoteproc: imx_dsp_rproc: Add remoteproc driver for DSP on i.MX")
Reported-by: Mathieu Poirier <[email protected]>
Signed-off-by: Shengjiu Wang <[email protected]>
---
drivers/remoteproc/imx_dsp_rproc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/remoteproc/imx_dsp_rproc.c b/drivers/remoteproc/imx_dsp_rproc.c
index 63749cfcf22f..6f306fbd3448 100644
--- a/drivers/remoteproc/imx_dsp_rproc.c
+++ b/drivers/remoteproc/imx_dsp_rproc.c
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-only
-// Copyright 2021 NXP
+/* Copyright 2021 NXP */

#include <dt-bindings/firmware/imx/rsrc.h>
#include <linux/arm-smccc.h>
--
2.17.1


2021-10-13 15:36:35

by Mathieu Poirier

[permalink] [raw]
Subject: Re: [PATCH] remoteproc: imx_dsp_rproc: Correct the comment style of copyright

On Wed, Oct 13, 2021 at 10:39:09AM +0800, Shengjiu Wang wrote:
> Change '//' on copyright line to C style comments.
>
> Fixes: ec0e5549f358 ("remoteproc: imx_dsp_rproc: Add remoteproc driver for DSP on i.MX")
> Reported-by: Mathieu Poirier <[email protected]>
> Signed-off-by: Shengjiu Wang <[email protected]>
> ---
> drivers/remoteproc/imx_dsp_rproc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/remoteproc/imx_dsp_rproc.c b/drivers/remoteproc/imx_dsp_rproc.c
> index 63749cfcf22f..6f306fbd3448 100644
> --- a/drivers/remoteproc/imx_dsp_rproc.c
> +++ b/drivers/remoteproc/imx_dsp_rproc.c
> @@ -1,5 +1,5 @@
> // SPDX-License-Identifier: GPL-2.0-only
> -// Copyright 2021 NXP
> +/* Copyright 2021 NXP */
>

I have applied your patch.

Thanks,
Mathieu

> #include <dt-bindings/firmware/imx/rsrc.h>
> #include <linux/arm-smccc.h>
> --
> 2.17.1
>