diff options
| author | Kory Maincent <kory.maincent@bootlin.com> | 2026-04-14 18:09:47 +0300 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-04-14 21:52:24 +0300 |
| commit | 6bb6bafa88b4edfea59d931c8d85b73dd7a662ae (patch) | |
| tree | ef6f44001d0ce0e6f984396cfb95dd7f3efabaff | |
| parent | 18cd10d2affe764eb26ec3bd4ffa14c259339ad0 (diff) | |
| download | linux-6bb6bafa88b4edfea59d931c8d85b73dd7a662ae.tar.xz | |
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 <kory.maincent@bootlin.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/20260414150948.744618-1-kory.maincent@bootlin.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
| -rw-r--r-- | drivers/net/pse-pd/pse_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/pse-pd/pse_core.c b/drivers/net/pse-pd/pse_core.c index 3beaaaeec9e1..f6b94ac7a68a 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 * |
