Re: [PATCH 00/22] Replace comments with C99 initializers
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: Benjamin Stürz <benni@xxxxxxxxxx>
- Subject: Re: [PATCH 00/22] Replace comments with C99 initializers
- From: Daniel Thompson <daniel.thompson@xxxxxxxxxx>
- Date: Mon, 28 Mar 2022 14:47:05 +0100
- Cc: sebastian.hesselbarth@xxxxxxxxx, gregory.clement@xxxxxxxxxxx, linux@xxxxxxxxxxxxxxx, linux@xxxxxxxxxxxx, krzk@xxxxxxxxxx, alim.akhtar@xxxxxxxxxxx, tglx@xxxxxxxxxxxxx, mingo@xxxxxxxxxx, bp@xxxxxxxxx, dave.hansen@xxxxxxxxxxxxxxx, hpa@xxxxxxxxx, robert.moore@xxxxxxxxx, rafael.j.wysocki@xxxxxxxxx, lenb@xxxxxxxxxx, 3chas3@xxxxxxxxx, laforge@xxxxxxxxxxxx, arnd@xxxxxxxx, gregkh@xxxxxxxxxxxxxxxxxxx, mchehab@xxxxxxxxxx, tony.luck@xxxxxxxxx, james.morse@xxxxxxx, rric@xxxxxxxxxx, linus.walleij@xxxxxxxxxx, brgl@xxxxxxxx, mike.marciniszyn@xxxxxxxxxxxxxxxxxxxx, dennis.dalessandro@xxxxxxxxxxxxxxxxxxxx, jgg@xxxxxxxx, pali@xxxxxxxxxx, dmitry.torokhov@xxxxxxxxx, isdn@xxxxxxxxxxxxxx, benh@xxxxxxxxxxxxxxxxxxx, fbarrat@xxxxxxxxxxxxx, ajd@xxxxxxxxxxxxx, davem@xxxxxxxxxxxxx, kuba@xxxxxxxxxx, pabeni@xxxxxxxxxx, nico@xxxxxxxxxxx, loic.poulain@xxxxxxxxxx, kvalo@xxxxxxxxxx, pkshih@xxxxxxxxxxx, bhelgaas@xxxxxxxxxx, linux-arm-kernel@xxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx, linux-samsung-soc@xxxxxxxxxxxxxxx, linux-ia64@xxxxxxxxxxxxxxx, linux-acpi@xxxxxxxxxxxxxxx, devel@xxxxxxxxxx, linux-atm-general@xxxxxxxxxxxxxxxxxxxxx, netdev@xxxxxxxxxxxxxxx, linux-edac@xxxxxxxxxxxxxxx, linux-gpio@xxxxxxxxxxxxxxx, linux-rdma@xxxxxxxxxxxxxxx, linux-input@xxxxxxxxxxxxxxx, linuxppc-dev@xxxxxxxxxxxxxxxx, linux-media@xxxxxxxxxxxxxxx, wcn36xx@xxxxxxxxxxxxxxxxxxx, linux-wireless@xxxxxxxxxxxxxxx, linux-pci@xxxxxxxxxxxxxxx
- In-reply-to: <8f9271b6-0381-70a9-f0c2-595b2235866a@stuerz.xyz>
- References: <20220326165909.506926-1-benni@stuerz.xyz> <8f9271b6-0381-70a9-f0c2-595b2235866a@stuerz.xyz>
On Sun, Mar 27, 2022 at 02:46:00PM +0200, Benjamin Stürz wrote:
> This patch series replaces comments with C99's designated initializers
> in a few places. It also adds some enum initializers. This is my first
> time contributing to the Linux kernel, therefore I'm probably doing a
> lot of things the wrong way. I'm sorry for that.
Welcome!
> I've gotten a few emails so far stating that this patch series is
> unnecessary. Yes, in fact this patch series is not necessary by itself,
> but it could help me understand how the whole process works and maybe I
> could help somewhere, where help is actually needed.
Have you been told the series is unnecessary or too big?
Although all patches represent a variant of the same mechanical
transformation but they are mostly unrelated to each other and, if
accepted, they will be applied by many different people.
Taken as a whole presenting this to maintainers as a 22 patch set is too
big. I'd recommend starting with a smaller patch or patch series where
all the patches get picked up by the same maintainer.
> This patch itself is a no-op.
PATCH 0/XX is for the covering letter. You should generate a template for
it using the --cover-letter option of git format-patch. That way patch 0
will contain the diffstat for the whole series (which is often useful
to help understand what the series is for) and there is no need to
make no-op changes.
Daniel.
>
> Signed-off-by: Benjamin Stürz <benni@xxxxxxxxxx>
> ---
> .gitignore | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.gitignore b/.gitignore
> index 7afd412dadd2..706f667261eb 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -20,7 +20,7 @@
> *.dtb
> *.dtbo
> *.dtb.S
> -*.dwo
> +*.dwo
> *.elf
> *.gcno
> *.gz
> --
> 2.35.1
[Index of Archives]
[Linux Kernel]
[Sparc Linux]
[DCCP]
[Linux ARM]
[Yosemite News]
[Linux SCSI]
[Linux x86_64]
[Linux for Ham Radio]