lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 22 Oct 2019 22:20:06 +0200
From:   Hans de Goede <hdegoede@...hat.com>
To:     Philipp Zabel <p.zabel@...gutronix.de>,
        linux-kernel@...r.kernel.org
Cc:     kernel@...gutronix.de
Subject: Re: [PATCH] reset: fix reset_control_get_exclusive kerneldoc comment

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@...gutronix.de>

Thanks, looks good to me:

Reviewed-by: Hans de Goede <hdegoede@...hat.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.
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ