From: Mathieu Poirier <mathieu.poirier@linaro.org>
To: Yang Li <yang.lee@linux.alibaba.com>
Cc: andersson@kernel.org, matthias.bgg@gmail.com,
angelogioacchino.delregno@collabora.com,
linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org,
Abaci Robot <abaci@linux.alibaba.com>
Subject: Re: [PATCH -next] remoteproc/mtk_scp: Fix one kernel-doc comment
Date: Thu, 16 Mar 2023 12:14:50 -0600 [thread overview]
Message-ID: <20230316181450.GA2421452@p14s> (raw)
In-Reply-To: <20230316084011.99613-1-yang.lee@linux.alibaba.com>
On Thu, Mar 16, 2023 at 04:40:11PM +0800, Yang Li wrote:
> Fixs the function name in kernel-doc comments to clear the below
> warning:
>
> drivers/remoteproc/mtk_scp_ipi.c:136: warning: expecting prototype for scp_ipi_lock(). Prototype was for scp_ipi_unlock() instead
>
> Reported-by: Abaci Robot <abaci@linux.alibaba.com>
> Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=4544
> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
> ---
> drivers/remoteproc/mtk_scp_ipi.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/remoteproc/mtk_scp_ipi.c b/drivers/remoteproc/mtk_scp_ipi.c
> index fc55df649b40..9c7c17b9d181 100644
> --- a/drivers/remoteproc/mtk_scp_ipi.c
> +++ b/drivers/remoteproc/mtk_scp_ipi.c
> @@ -125,7 +125,7 @@ void scp_ipi_lock(struct mtk_scp *scp, u32 id)
> EXPORT_SYMBOL_GPL(scp_ipi_lock);
>
> /**
> - * scp_ipi_lock() - Unlock after operations of an IPI ID
> + * scp_ipi_unlock() - Unlock after operations of an IPI ID
I have applied this patch.
Thanks,
Mathieu
> *
> * @scp: mtk_scp structure
> * @id: IPI ID
> --
> 2.20.1.7.g153144c
>
WARNING: multiple messages have this Message-ID (diff)
From: Mathieu Poirier <mathieu.poirier@linaro.org>
To: Yang Li <yang.lee@linux.alibaba.com>
Cc: andersson@kernel.org, matthias.bgg@gmail.com,
angelogioacchino.delregno@collabora.com,
linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org,
Abaci Robot <abaci@linux.alibaba.com>
Subject: Re: [PATCH -next] remoteproc/mtk_scp: Fix one kernel-doc comment
Date: Thu, 16 Mar 2023 12:14:50 -0600 [thread overview]
Message-ID: <20230316181450.GA2421452@p14s> (raw)
In-Reply-To: <20230316084011.99613-1-yang.lee@linux.alibaba.com>
On Thu, Mar 16, 2023 at 04:40:11PM +0800, Yang Li wrote:
> Fixs the function name in kernel-doc comments to clear the below
> warning:
>
> drivers/remoteproc/mtk_scp_ipi.c:136: warning: expecting prototype for scp_ipi_lock(). Prototype was for scp_ipi_unlock() instead
>
> Reported-by: Abaci Robot <abaci@linux.alibaba.com>
> Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=4544
> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
> ---
> drivers/remoteproc/mtk_scp_ipi.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/remoteproc/mtk_scp_ipi.c b/drivers/remoteproc/mtk_scp_ipi.c
> index fc55df649b40..9c7c17b9d181 100644
> --- a/drivers/remoteproc/mtk_scp_ipi.c
> +++ b/drivers/remoteproc/mtk_scp_ipi.c
> @@ -125,7 +125,7 @@ void scp_ipi_lock(struct mtk_scp *scp, u32 id)
> EXPORT_SYMBOL_GPL(scp_ipi_lock);
>
> /**
> - * scp_ipi_lock() - Unlock after operations of an IPI ID
> + * scp_ipi_unlock() - Unlock after operations of an IPI ID
I have applied this patch.
Thanks,
Mathieu
> *
> * @scp: mtk_scp structure
> * @id: IPI ID
> --
> 2.20.1.7.g153144c
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2023-03-16 18:15 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-16 8:40 [PATCH -next] remoteproc/mtk_scp: Fix one kernel-doc comment Yang Li
2023-03-16 8:40 ` Yang Li
2023-03-16 8:44 ` AngeloGioacchino Del Regno
2023-03-16 8:44 ` AngeloGioacchino Del Regno
2023-03-16 8:47 ` Mukesh Ojha
2023-03-16 8:47 ` Mukesh Ojha
2023-03-16 18:14 ` Mathieu Poirier [this message]
2023-03-16 18:14 ` Mathieu Poirier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230316181450.GA2421452@p14s \
--to=mathieu.poirier@linaro.org \
--cc=abaci@linux.alibaba.com \
--cc=andersson@kernel.org \
--cc=angelogioacchino.delregno@collabora.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-remoteproc@vger.kernel.org \
--cc=matthias.bgg@gmail.com \
--cc=yang.lee@linux.alibaba.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.