From: Philipp Zabel Date: Tue, 22 Oct 2019 16:19:22 +0000 (+0200) Subject: reset: fix reset_control_get_exclusive kerneldoc comment X-Git-Tag: v5.4-rc7~1^2~5^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b9e9348d381ea2e2a8782e753a686cf57c26ec60;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Philipp Zabel --- diff --git a/include/linux/reset.h b/include/linux/reset.h index e7793fc..eb597e8 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.