mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 22:50:41 +00:00
mfd: db8500-prcmu: Add description for 'reset_reason' in kerneldoc
Each function parameter should be documented in kerneldoc format. Squashes the following W=1 warnings: drivers/mfd/db8500-prcmu.c:2281: warning: Function parameter or member 'reset_code' not described in 'db8500_prcmu_system_reset' drivers/mfd/db8500-prcmu.c:3012: warning: Function parameter or member 'pdev' not described in 'db8500_prcmu_probe' Cc: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
parent
5a0ffef8b7
commit
3ecbcd20e0
@ -2276,6 +2276,8 @@ bool db8500_prcmu_is_ac_wake_requested(void)
|
||||
*
|
||||
* Saves the reset reason code and then sets the APE_SOFTRST register which
|
||||
* fires interrupt to fw
|
||||
*
|
||||
* @reset_code: The reason for system reset
|
||||
*/
|
||||
void db8500_prcmu_system_reset(u16 reset_code)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user