All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] remoteproc: imx_dsp_rproc: Correct the comment style of copyright
@ 2021-10-13  2:39 ` Shengjiu Wang
  0 siblings, 0 replies; 4+ messages in thread
From: Shengjiu Wang @ 2021-10-13  2:39 UTC (permalink / raw)
  To: ohad, bjorn.andersson, mathieu.poirier, shawnguo, s.hauer,
	kernel, festevam, linux-imx, linux-remoteproc
  Cc: linux-arm-kernel, linux-kernel, shengjiu.wang

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 <mathieu.poirier@linaro.org>
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
---
 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] remoteproc: imx_dsp_rproc: Correct the comment style of copyright
@ 2021-10-13  2:39 ` Shengjiu Wang
  0 siblings, 0 replies; 4+ messages in thread
From: Shengjiu Wang @ 2021-10-13  2:39 UTC (permalink / raw)
  To: ohad, bjorn.andersson, mathieu.poirier, shawnguo, s.hauer,
	kernel, festevam, linux-imx, linux-remoteproc
  Cc: linux-arm-kernel, linux-kernel, shengjiu.wang

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 <mathieu.poirier@linaro.org>
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
---
 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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] remoteproc: imx_dsp_rproc: Correct the comment style of copyright
  2021-10-13  2:39 ` Shengjiu Wang
@ 2021-10-13 15:34   ` Mathieu Poirier
  -1 siblings, 0 replies; 4+ messages in thread
From: Mathieu Poirier @ 2021-10-13 15:34 UTC (permalink / raw)
  To: Shengjiu Wang
  Cc: ohad, bjorn.andersson, shawnguo, s.hauer, kernel, festevam,
	linux-imx, linux-remoteproc, linux-arm-kernel, linux-kernel,
	shengjiu.wang

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 <mathieu.poirier@linaro.org>
> Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
> ---
>  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
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] remoteproc: imx_dsp_rproc: Correct the comment style of copyright
@ 2021-10-13 15:34   ` Mathieu Poirier
  0 siblings, 0 replies; 4+ messages in thread
From: Mathieu Poirier @ 2021-10-13 15:34 UTC (permalink / raw)
  To: Shengjiu Wang
  Cc: ohad, bjorn.andersson, shawnguo, s.hauer, kernel, festevam,
	linux-imx, linux-remoteproc, linux-arm-kernel, linux-kernel,
	shengjiu.wang

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 <mathieu.poirier@linaro.org>
> Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
> ---
>  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
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-10-13 15:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-13  2:39 [PATCH] remoteproc: imx_dsp_rproc: Correct the comment style of copyright Shengjiu Wang
2021-10-13  2:39 ` Shengjiu Wang
2021-10-13 15:34 ` Mathieu Poirier
2021-10-13 15:34   ` Mathieu Poirier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.