Skip to content

Commit 77d551b

Browse files
committed
reset: fix of_reset_control_get_count kerneldoc comment
Add a newline and remove a superfluous kerneldoc marker before the of_reset_control_get_count kerneldoc comment, to fix documentation build warnings: ./drivers/reset/core.c:832: warning: Incorrect use of kernel-doc format: * of_reset_control_get_count - Count number of resets available with a device ./drivers/reset/core.c:840: warning: Function parameter or member 'node' not described in 'of_reset_control_get_count' Fixes: 17c82e2 ("reset: Add APIs to manage array of resets") Signed-off-by: Philipp Zabel <[email protected]>
1 parent 47db565 commit 77d551b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/reset/core.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,9 +825,10 @@ int __device_reset(struct device *dev, bool optional)
825825
}
826826
EXPORT_SYMBOL_GPL(__device_reset);
827827

828-
/**
828+
/*
829829
* APIs to manage an array of reset controls.
830830
*/
831+
831832
/**
832833
* of_reset_control_get_count - Count number of resets available with a device
833834
*

0 commit comments

Comments
 (0)