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]
Message-ID: <CAGG=3QUzJ_McPbJWkbcjHn_Uhw9OeBajH8h2u_4Bexc1x4G4zw@mail.gmail.com>
Date: Fri, 21 Mar 2025 15:23:46 -0700
From: Bill Wendling <morbo@...gle.com>
To: Changyuan Lyu <changyuanl@...gle.com>
Cc: justinstitt@...gle.com, linux-kernel@...r.kernel.org, llvm@...ts.linux.dev, 
	nathan@...nel.org, nick.desaulniers+lkml@...il.com, 
	nishimura@....nes.nec.co.jp, ojeda@...nel.org
Subject: Re: [PATCH] clang-format: add for_each macros from libfdt

On Fri, Mar 21, 2025 at 3:05 PM Changyuan Lyu <changyuanl@...gle.com> wrote:
>
> Hi Bill,
>
> On Fri, Mar 21, 2025 at 12:28:44 -0700, Bill Wendling <morbo@...gle.com> wrote:
> > On Thu, Mar 20, 2025 at 4:59=E2=80=AFPM Changyuan Lyu <changyuanl@...gle.co=
> > m> wrote:
> > >
> > > Add two for_each macros from scripts/dtc/libfdt/libfdt.h.
> > >
> > > Signed-off-by: Changyuan Lyu <changyuanl@...gle.com>
> > > ---
> > >  .clang-format | 2 ++
> > >  1 file changed, 2 insertions(+)
> > >
> > > diff --git a/.clang-format b/.clang-format
> > > index fe1aa1a30d40..4decda7474e1 100644
> > > --- a/.clang-format
> > > +++ b/.clang-format
> > > @@ -210,6 +210,8 @@ ForEachMacros:
> > >    - 'evlist__for_each_entry_from'
> > >    - 'evlist__for_each_entry_reverse'
> > >    - 'evlist__for_each_entry_safe'
> > > +  - 'fdt_for_each_property_offset'
> > > +  - 'fdt_for_each_subnode'
> >
> > Could you alphabetize these please?
> >
> > >    - 'flow_action_for_each'
> > >    - 'for_each_acpi_consumer_dev'
> > >    - 'for_each_acpi_dev_match'
> > > --
> > > 2.49.0.395.g12beb8f557-goog
> > >
>
> Thanks for taking a look, but I think the list `ForEachMacros`
> is already sorted alphabetically.
> Am I missing anything?
>
Oh! I'm sorry. I tought that the 'd' (dee) in 'fdt_...' was an 'o' (oh). My bad.

-bw

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ