Re: [PATCH] reset: fix reset_control_get_exclusive kerneldoc comment

2019-10-22 Thread Hans de Goede
Hi, On 10/22/19 6:29 PM, Philipp Zabel wrote: Add missing parentheses to correctly hyperlink the reference to reset_control_get_shared(). Fixes: 0b52297f2288 ("reset: Add support for shared reset controls") Signed-off-by: Philipp Zabel Thanks, looks good to me: Reviewed-by: Hans de Goede

[PATCH] reset: fix reset_control_get_exclusive kerneldoc comment

2019-10-22 Thread Philipp Zabel
Add missing parentheses to correctly hyperlink the reference to reset_control_get_shared(). Fixes: 0b52297f2288 ("reset: Add support for shared reset controls") Signed-off-by: Philipp Zabel --- include/linux/reset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linu