diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2019-10-22 20:57:06 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-12-05 09:19:38 +0100 |
commit | 8885552a061b4d45356759452079bd31021c2c5c (patch) | |
tree | 16d70d1b9e6f14739850221397ef6de1666c22c8 /include | |
parent | a94913c0c8cfef9228b7dd5406901ff4afc8ffb8 (diff) | |
download | linux-stable-8885552a061b4d45356759452079bd31021c2c5c.tar.gz linux-stable-8885552a061b4d45356759452079bd31021c2c5c.tar.bz2 linux-stable-8885552a061b4d45356759452079bd31021c2c5c.zip |
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')
-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 9326d671b6e6..8675ec64987b 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 |