summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2019-10-22 20:57:06 -0700
committerPhilipp Zabel <p.zabel@pengutronix.de>2019-10-28 12:18:23 +0100
commitf430c7ed8bc22992ed528b518da465b060b9223f (patch)
tree398d38cef71f38af9bd94d6593b2421d4b322179
parentb9e9348d381ea2e2a8782e753a686cf57c26ec60 (diff)
downloadlinux-f430c7ed8bc22992ed528b518da465b060b9223f.tar.gz
linux-f430c7ed8bc22992ed528b518da465b060b9223f.tar.xz
reset: fix reset_control_ops kerneldoc commentreset-fixes-for-v5.5
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>
-rw-r--r--include/linux/reset-controller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/reset-controller.h b/include/linux/reset-controller.h
index 984f625d5593..eaae6b4e9f24 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