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:
Mauro Carvalho Chehab 2020-12-01 13:08:54 +01:00 committed by Sebastian Reichel
parent 41fff6e19b
commit 8a77ed6d1f
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/
void hsi_port_unregister_clients(struct hsi_port *port)