Skip to content

Commit

Permalink
reset: fix reset_control_ops kerneldoc comment
Browse files Browse the repository at this point in the history
Add a missing short description to the reset_control_ops documentation.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
[p.zabel@pengutronix.de: rebased and updated commit message]
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
  • Loading branch information
Randy Dunlap authored and Philipp Zabel committed Oct 28, 2019
1 parent b9e9348 commit f430c7e
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 @@ -7,7 +7,7 @@
struct reset_controller_dev;

/**
* struct reset_control_ops
* struct reset_control_ops - reset controller driver callbacks
*
* @reset: for self-deasserting resets, does all necessary
* things to reset the device
Expand Down

0 comments on commit f430c7e

Please sign in to comment.