diff options
author | Shengjiu Wang <[email protected]> | 2021-10-13 10:39:09 +0800 |
---|---|---|
committer | Mathieu Poirier <[email protected]> | 2021-10-13 09:20:49 -0600 |
commit | 5621dc3c97cd4705a8ced8103c2f2da24de9fb96 (patch) | |
tree | 1bc815084e5eda9946d3a113fda5480ad23d868d | |
parent | b55553fd4ee348ea93fadcd829065b21b823538d (diff) |
remoteproc: imx_dsp_rproc: Correct the comment style of copyright
Change '//' on copyright line to C style comments.
Reported-by: Mathieu Poirier <[email protected]>
Signed-off-by: Shengjiu Wang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mathieu Poirier <[email protected]>
-rw-r--r-- | drivers/remoteproc/imx_dsp_rproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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> |