Re: [PATCH 2/5] rpmsg: core: Fix incorrect return value documentation
From: Chris Lew
Date: Thu Jan 29 2026 - 19:21:20 EST
On Wed, Dec 17, 2025 at 02:51:09PM +0800, Zhongqiu Han wrote:
> The unregister_rpmsg_driver() function has a void return type but the
> documentation incorrectly described a return value. Remove the incorrect
> return value documentation to match the actual function signature.
>
> Fixes: bcabbccabffe ("rpmsg: add virtio-based remote processor messaging bus")
> Signed-off-by: Zhongqiu Han <zhongqiu.han@xxxxxxxxxxxxxxxx>
> ---
> Documentation/staging/rpmsg.rst | 1 -
> drivers/rpmsg/rpmsg_core.c | 2 --
> 2 files changed, 3 deletions(-)
>
Reviewed-by: Chris Lew <christopher.lew@xxxxxxxxxxxxxxxx>