[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CANiq72mE60f3iZvzsDaG758Va=2V357ogfCfYpyFEb-foYzjJg@mail.gmail.com>
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