Skip to content

Commit

Permalink
reset: fix reset_control_get_exclusive kerneldoc comment
Browse files Browse the repository at this point in the history
Add missing parentheses to correctly hyperlink the reference to
reset_control_get_shared().

Fixes: 0b52297 ("reset: Add support for shared reset controls")
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
  • Loading branch information
Philipp Zabel committed Oct 24, 2019
1 parent ed713ce commit b9e9348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/reset.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b9e9348

Please sign in to comment.