From: Kory Maincent Date: Tue, 14 Apr 2026 15:09:47 +0000 (+0200) Subject: net: pse-pd: fix kernel-doc function name for pse_control_find_by_id() X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6bb6bafa88b4edfea59d931c8d85b73dd7a662ae;p=thirdparty%2Fkernel%2Flinux.git net: pse-pd: fix kernel-doc function name for pse_control_find_by_id() The kernel-doc comment header incorrectly referenced the function name pse_control_find_net_by_id() instead of the actual function name pse_control_find_by_id(). Correct the function name in the documentation to match the implementation. Signed-off-by: Kory Maincent Reviewed-by: Andrew Lunn Link: https://patch.msgid.link/20260414150948.744618-1-kory.maincent@bootlin.com Signed-off-by: Jakub Kicinski --- diff --git a/drivers/net/pse-pd/pse_core.c b/drivers/net/pse-pd/pse_core.c index 3beaaaeec9e1f..f6b94ac7a68a4 100644 --- a/drivers/net/pse-pd/pse_core.c +++ b/drivers/net/pse-pd/pse_core.c @@ -234,7 +234,7 @@ out: } /** - * pse_control_find_net_by_id - Find net attached to the pse control id + * pse_control_find_by_id - Find pse_control from an id * @pcdev: a pointer to the PSE * @id: index of the PSE control *