Skip to content

Commit

Permalink
reset: fix reset_control_lookup kerneldoc comment
Browse files Browse the repository at this point in the history
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 <p.zabel@pengutronix.de>
  • Loading branch information
Philipp Zabel committed Oct 24, 2019
1 parent 77d551b commit ed713ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/reset-controller.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ struct of_phandle_args;
* @provider: name of the reset controller device controlling this reset line
* @index: ID of the reset controller in the reset controller device
* @dev_id: name of the device associated with this reset line
* @con_id name of the reset line (can be NULL)
* @con_id: name of the reset line (can be NULL)
*/
struct reset_control_lookup {
struct list_head list;
Expand Down

0 comments on commit ed713ce

Please sign in to comment.