diff options
author | Shengjiu Wang <shengjiu.wang@nxp.com> | 2021-10-13 10:39:09 +0800 |
---|---|---|
committer | Mathieu Poirier <mathieu.poirier@linaro.org> | 2021-10-13 09:20:49 -0600 |
commit | 5621dc3c97cd4705a8ced8103c2f2da24de9fb96 (patch) | |
tree | 1bc815084e5eda9946d3a113fda5480ad23d868d /drivers/remoteproc | |
parent | b55553fd4ee348ea93fadcd829065b21b823538d (diff) | |
download | linux-5621dc3c97cd4705a8ced8103c2f2da24de9fb96.tar.bz2 |
remoteproc: imx_dsp_rproc: Correct the comment style of copyright
Change '//' on copyright line to C style comments.
Reported-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Link: https://lore.kernel.org/r/1634092749-3707-1-git-send-email-shengjiu.wang@nxp.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Diffstat (limited to 'drivers/remoteproc')
-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> |