diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2019-10-23 06:57:06 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-12-05 17:36:51 +0300 |
commit | 0b27f7fe373eddcbf66a8be94f5844b9b07b238b (patch) | |
tree | cb205653dd1da64b1154d774442a972024b2d5f7 /include/linux | |
parent | a8284286df09a6f61a47dae2a73b375adf3ec03a (diff) | |
download | linux-0b27f7fe373eddcbf66a8be94f5844b9b07b238b.tar.xz |
reset: fix reset_control_ops kerneldoc comment
[ Upstream commit f430c7ed8bc22992ed528b518da465b060b9223f ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/reset-controller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/reset-controller.h b/include/linux/reset-controller.h index adb88f8cefbc..576caaf0c9af 100644 --- a/include/linux/reset-controller.h +++ b/include/linux/reset-controller.h @@ -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 |