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:   Mon, 17 Jan 2022 22:55:42 +0000
From:   Hugo Villeneuve <hvilleneuve@...onoff.com>
To:     "a.zummo@...ertech.it" <a.zummo@...ertech.it>,
        "alexandre.belloni@...tlin.com" <alexandre.belloni@...tlin.com>
CC:     "linux-rtc@...r.kernel.org" <linux-rtc@...r.kernel.org>,
        "hugo@...ovil.com" <hugo@...ovil.com>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 1/3] rtc: lp8788: Fix typo in comment

On Mon, 2022-01-17 at 17:45 -0500, Hugo Villeneuve wrote:
> From: Hugo Villeneuve <hvilleneuve@...onoff.com>
> 
> Add missing "if".
> 
> Signed-off-by: Hugo Villeneuve <hvilleneuve@...onoff.com>
> ---
>  drivers/rtc/rtc-lp8788.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/rtc/rtc-lp8788.c b/drivers/rtc/rtc-lp8788.c
> index c0b8fbce1082..3aa5d980e596 100644
> --- a/drivers/rtc/rtc-lp8788.c
> +++ b/drivers/rtc/rtc-lp8788.c
> @@ -262,7 +262,7 @@ static int lp8788_alarm_irq_register(struct
> platform_device *pdev,
>  
>         rtc->irq = 0;
>  
> -       /* even the alarm IRQ number is not specified, rtc time
> should work */
> +       /* even if the alarm IRQ number is not specified, rtc time
> should work */
>         r = platform_get_resource_byname(pdev, IORESOURCE_IRQ,
> LP8788_ALM_IRQ);
>         if (!r)
>                 return 0;

This is a single patch, subject line should be [PATCH] and not [PATCH
1/3].

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ