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:   Thu, 6 Oct 2022 23:07:00 +0200
From:   Miguel Ojeda <miguel.ojeda.sandonis@...il.com>
To:     Deming Wang <wangdeming@...pur.com>
Cc:     keescook@...omium.org, boqun.feng@...il.com,
        gregkh@...uxfoundation.org, ojeda@...nel.org, masahiroy@...nel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] kallsyms: add required space for unified style

On Thu, Oct 6, 2022 at 11:22 AM Deming Wang <wangdeming@...pur.com> wrote:
>
> add required space before and after operators.

There are some other instances, like `i+1`, `*result=0;`, `total=0`...
that could be fixed too.

One way to find them is `clang-format -i` + `git add --patch` :)

That will also show you other different formatting issues, like a
couple `if (...) ...;` in a single line, `if(` without space, etc.

Cheers,
Miguel

Powered by blists - more mailing lists