mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-07 14:32:23 +00:00
HSI: core: fix a kernel-doc markup
A function has a different name between their prototype and its kernel-doc markup. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
parent
41fff6e19b
commit
8a77ed6d1f
@ -352,7 +352,7 @@ static void hsi_port_release(struct device *dev)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* hsi_unregister_port - Unregister an HSI port
|
* hsi_port_unregister_clients - Unregister an HSI port
|
||||||
* @port: The HSI port to unregister
|
* @port: The HSI port to unregister
|
||||||
*/
|
*/
|
||||||
void hsi_port_unregister_clients(struct hsi_port *port)
|
void hsi_port_unregister_clients(struct hsi_port *port)
|
||||||
|
Loading…
Reference in New Issue
Block a user