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:   Fri, 22 Oct 2021 00:17:26 +0200
From:   Miguel Ojeda <miguel.ojeda.sandonis@...il.com>
To:     Huiquan Deng <denghuiquan@...rlc.com>
Cc:     linux-kernel <linux-kernel@...r.kernel.org>,
        Miguel Ojeda <ojeda@...nel.org>
Subject: Re: [PATCH] auxdisplay: code indent should use tabs where possible

On Thu, Jul 29, 2021 at 9:27 AM Huiquan Deng <denghuiquan@...rlc.com> wrote:
>
>  static int cfag12864bfb_probe(struct platform_device *device)
>  {
> +       struct fb_info *info = framebuffer_alloc(0, &device->dev);
>         int ret = -EINVAL;
> -       struct fb_info *info = framebuffer_alloc(0, &device->dev);

Applied, thanks!

Having said that, I fixed the patch to avoid moving the line above around `ret`.

Cheers,
Miguel

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ