Commit 8a77ed6d authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Sebastian Reichel
Browse files

HSI: core: fix a kernel-doc markup



A function has a different name between their prototype
and its kernel-doc markup.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parent 41fff6e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)