projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41fff6e
)
HSI: core: fix a kernel-doc markup
author
Mauro Carvalho Chehab
<mchehab+huawei@kernel.org>
Tue, 1 Dec 2020 12:08:54 +0000
(13:08 +0100)
committer
Sebastian Reichel
<sre@kernel.org>
Wed, 2 Dec 2020 21:35:44 +0000
(22:35 +0100)
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>
drivers/hsi/hsi_core.c
patch
|
blob
|
history
diff --git
a/drivers/hsi/hsi_core.c
b/drivers/hsi/hsi_core.c
index 47f0208aa7c37255bf04660415d2746908602f0e..c3fb5beb846e26b85b6f44249c590fe76e0d0d1f 100644
(file)
--- 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)