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 <[email protected]>
> ---
> Documentation/staging/rpmsg.rst | 1 -
> drivers/rpmsg/rpmsg_core.c | 2 --
> 2 files changed, 3 deletions(-)
>
Reviewed-by: Chris Lew <[email protected]>