From: Mauro Carvalho Chehab Date: Tue, 1 Dec 2020 12:08:54 +0000 (+0100) Subject: HSI: core: fix a kernel-doc markup X-Git-Tag: howlett/maple_spf/20210104~249^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8a77ed6d1fdda752f6b3203391a099f590a9454f;p=users%2Fjedix%2Flinux-maple.git 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 Signed-off-by: Sebastian Reichel --- diff --git a/drivers/hsi/hsi_core.c b/drivers/hsi/hsi_core.c index 47f0208aa7c3..c3fb5beb846e 100644 --- a/drivers/hsi/hsi_core.c +++ b/drivers/hsi/hsi_core.c @@ -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)