Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
484cac79 909782ad

+1 -1
+1 -1
include/linux/w1.h
··· 280 280 void w1_unregister_family(struct w1_family *family); 281 281 282 282 /** 283 - * module_w1_driver() - Helper macro for registering a 1-Wire families 283 + * module_w1_family() - Helper macro for registering a 1-Wire families 284 284 * @__w1_family: w1_family struct 285 285 * 286 286 * Helper macro for 1-Wire families which do not do anything special in module