aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/reset.h
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2019-10-22 18:19:22 +0200
committerPhilipp Zabel <p.zabel@pengutronix.de>2019-10-24 10:26:33 +0200
commitb9e9348d381ea2e2a8782e753a686cf57c26ec60 (patch)
treef2a3f9b4f26b1c05d6d36d0ab101bd1e77782010 /include/linux/reset.h
parentreset: fix reset_control_lookup kerneldoc comment (diff)
downloadwireguard-linux-b9e9348d381ea2e2a8782e753a686cf57c26ec60.tar.xz
wireguard-linux-b9e9348d381ea2e2a8782e753a686cf57c26ec60.zip
reset: fix reset_control_get_exclusive kerneldoc comment
Add missing parentheses to correctly hyperlink the reference to reset_control_get_shared(). Fixes: 0b52297f2288 ("reset: Add support for shared reset controls") Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'include/linux/reset.h')
-rw-r--r--include/linux/reset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/reset.h b/include/linux/reset.h
index e7793fc0fa93..eb597e8aa430 100644
--- a/include/linux/reset.h
+++ b/include/linux/reset.h
@@ -143,7 +143,7 @@ static inline int device_reset_optional(struct device *dev)
* If this function is called more than once for the same reset_control it will
* return -EBUSY.
*
- * See reset_control_get_shared for details on shared references to
+ * See reset_control_get_shared() for details on shared references to
* reset-controls.
*
* Use of id names is optional.