Skip to content

Commit ed713ce

Browse files
committed
reset: fix reset_control_lookup kerneldoc comment
Add a missing colon to fix a documentation build warning: ./include/linux/reset-controller.h:45: warning: Function parameter or member 'con_id' not described in 'reset_control_lookup' Fixes: 6691dff ("reset: add support for non-DT systems") Signed-off-by: Philipp Zabel <[email protected]>
1 parent 77d551b commit ed713ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/reset-controller.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ struct of_phandle_args;
3333
* @provider: name of the reset controller device controlling this reset line
3434
* @index: ID of the reset controller in the reset controller device
3535
* @dev_id: name of the device associated with this reset line
36-
* @con_id name of the reset line (can be NULL)
36+
* @con_id: name of the reset line (can be NULL)
3737
*/
3838
struct reset_control_lookup {
3939
struct list_head list;

0 commit comments

Comments
 (0)