All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] reset: fix reset_control_get_exclusive kerneldoc comment
@ 2019-10-22 16:29 Philipp Zabel
  2019-10-22 20:20 ` Hans de Goede
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2019-10-22 16:29 UTC (permalink / raw)
  To: linux-kernel; +Cc: Hans de Goede, kernel

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 <p.zabel@pengutronix.de>
---
 include/linux/reset.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] reset: fix reset_control_get_exclusive kerneldoc comment
  2019-10-22 16:29 [PATCH] reset: fix reset_control_get_exclusive kerneldoc comment Philipp Zabel
@ 2019-10-22 20:20 ` Hans de Goede
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Goede @ 2019-10-22 20:20 UTC (permalink / raw)
  To: Philipp Zabel, linux-kernel; +Cc: kernel

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 <p.zabel@pengutronix.de>

Thanks, looks good to me:

Reviewed-by: Hans de Goede <hdegoede@redhat.com>

Regards,

Hans




> ---
>   include/linux/reset.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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.
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-22 20:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-22 16:29 [PATCH] reset: fix reset_control_get_exclusive kerneldoc comment Philipp Zabel
2019-10-22 20:20 ` Hans de Goede

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.