projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
909782a
)
w1: fix a kernel-doc markup
author
Mauro Carvalho Chehab
<mchehab+huawei@kernel.org>
Thu, 14 Jan 2021 08:04:45 +0000
(09:04 +0100)
committer
Jonathan Corbet
<corbet@lwn.net>
Thu, 21 Jan 2021 21:06:00 +0000
(14:06 -0700)
A function has a different name between their prototype
and its kernel-doc markup.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link:
https://lore.kernel.org/r/2dc136ff6290d7c8919599d21bee244f31647c8c.1610610937.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
include/linux/w1.h
patch
|
blob
|
history
diff --git
a/include/linux/w1.h
b/include/linux/w1.h
index 949d3b10e531c4be6a2c5b5da5a5a01956db2a71..9a2a0ef3901819078084ee844d81583e9b03b2df 100644
(file)
--- a/
include/linux/w1.h
+++ b/
include/linux/w1.h
@@
-280,7
+280,7
@@
int w1_register_family(struct w1_family *family);
void w1_unregister_family(struct w1_family *family);
/**
- * module_w1_
driver
() - Helper macro for registering a 1-Wire families
+ * module_w1_
family
() - Helper macro for registering a 1-Wire families
* @__w1_family: w1_family struct
*
* Helper macro for 1-Wire families which do not do anything special in module