Skip to content

Commit b9e9348

Browse files
committed
reset: fix reset_control_get_exclusive kerneldoc comment
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 <[email protected]> Signed-off-by: Philipp Zabel <[email protected]>
1 parent ed713ce commit b9e9348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/reset.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ static inline int device_reset_optional(struct device *dev)
143143
* If this function is called more than once for the same reset_control it will
144144
* return -EBUSY.
145145
*
146-
* See reset_control_get_shared for details on shared references to
146+
* See reset_control_get_shared() for details on shared references to
147147
* reset-controls.
148148
*
149149
* Use of id names is optional.

0 commit comments

Comments
 (0)