Skip to content

Commit e199679

Browse files
Yang Limathieupoirier
authored andcommitted
remoteproc/mtk_scpi_ipi: Fix one kernel-doc comment
Fix 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> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20230316084011.99613-1-yang.lee@linux.alibaba.com Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
1 parent 5dfb28c commit e199679

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/remoteproc/mtk_scp_ipi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ void scp_ipi_lock(struct mtk_scp *scp, u32 id)
125125
EXPORT_SYMBOL_GPL(scp_ipi_lock);
126126

127127
/**
128-
* scp_ipi_lock() - Unlock after operations of an IPI ID
128+
* scp_ipi_unlock() - Unlock after operations of an IPI ID
129129
*
130130
* @scp: mtk_scp structure
131131
* @id: IPI ID

0 commit comments

Comments
 (0)