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

reset: core: fix a kernel-doc markup

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

../drivers/reset/core.c:888: warning: expecting prototype for device_reset(). Prototype was for __device_reset() instead

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>

authored by

Mauro Carvalho Chehab and committed by
Philipp Zabel
ac9b7554 f2ad9bfd

+2 -2
+2 -2
drivers/reset/core.c
··· 875 875 EXPORT_SYMBOL_GPL(__devm_reset_control_get); 876 876 877 877 /** 878 - * device_reset - find reset controller associated with the device 879 - * and perform reset 878 + * __device_reset - find reset controller associated with the device 879 + * and perform reset 880 880 * @dev: device to be reset by the controller 881 881 * @optional: whether it is optional to reset the device 882 882 *