]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: pse-pd: fix kernel-doc function name for pse_control_find_by_id()
authorKory Maincent <kory.maincent@bootlin.com>
Tue, 14 Apr 2026 15:09:47 +0000 (17:09 +0200)
committerJakub Kicinski <kuba@kernel.org>
Tue, 14 Apr 2026 18:52:24 +0000 (11:52 -0700)
commit6bb6bafa88b4edfea59d931c8d85b73dd7a662ae
treeef6f44001d0ce0e6f984396cfb95dd7f3efabaff
parent18cd10d2affe764eb26ec3bd4ffa14c259339ad0
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>
drivers/net/pse-pd/pse_core.c