diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-01-14 11:04:45 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-01-22 00:06:00 +0300 |
commit | 484cac791015e786f857c1cd98b7696aaf1e8a7a (patch) | |
tree | 5f7c856203c46ab65c4de31dc92eb679ba34947b | |
parent | 909782ad0a36e4e5f875a431e280cba7b9b046fa (diff) | |
download | linux-484cac791015e786f857c1cd98b7696aaf1e8a7a.tar.xz |
w1: 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>
Link: https://lore.kernel.org/r/2dc136ff6290d7c8919599d21bee244f31647c8c.1610610937.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | include/linux/w1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/w1.h b/include/linux/w1.h index 949d3b10e531..9a2a0ef39018 100644 --- 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 |