Commit f430c7ed authored by Randy Dunlap's avatar Randy Dunlap Committed by Philipp Zabel

reset: fix reset_control_ops kerneldoc comment

Add a missing short description to the reset_control_ops documentation.
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
[p.zabel@pengutronix.de: rebased and updated commit message]
Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
parent b9e9348d
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
struct reset_controller_dev; struct reset_controller_dev;
/** /**
* struct reset_control_ops * struct reset_control_ops - reset controller driver callbacks
* *
* @reset: for self-deasserting resets, does all necessary * @reset: for self-deasserting resets, does all necessary
* things to reset the device * things to reset the device
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment