mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
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>
This commit is contained in:
committed by
Philipp Zabel
parent
f2ad9bfd4d
commit
ac9b7554af
@@ -875,8 +875,8 @@ struct reset_control *__devm_reset_control_get(struct device *dev,
|
|||||||
EXPORT_SYMBOL_GPL(__devm_reset_control_get);
|
EXPORT_SYMBOL_GPL(__devm_reset_control_get);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* device_reset - find reset controller associated with the device
|
* __device_reset - find reset controller associated with the device
|
||||||
* and perform reset
|
* and perform reset
|
||||||
* @dev: device to be reset by the controller
|
* @dev: device to be reset by the controller
|
||||||
* @optional: whether it is optional to reset the device
|
* @optional: whether it is optional to reset the device
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user