Commit bac6af8b authored by Randy Dunlap's avatar Randy Dunlap Committed by Kleber Sacilotto de Souza

reset: fix reset_control_ops kerneldoc comment

BugLink: https://bugs.launchpad.net/bugs/1855313

[ Upstream commit f430c7ed ]

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>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
Signed-off-by: default avatarConnor Kuehl <connor.kuehl@canonical.com>
Signed-off-by: default avatarKleber Sacilotto de Souza <kleber.souza@canonical.com>
parent 640b1ab8
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,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