Re: [PATCH] ALSA: hda/realtek: fix code style (ERROR: else should follow close brace '}')
From: Takashi Iwai
Date: Fri Apr 10 2026 - 03:30:58 EST
On Fri, 10 Apr 2026 09:11:39 +0200,
Krzysztof Kozlowski wrote:
>
> On 01/04/2026 12:43, Krzysztof Kozlowski wrote:
> > On 31/03/2026 10:20, Takashi Iwai wrote:
> >> On Tue, 31 Mar 2026 09:54:05 +0200,
> >> Lei Huang wrote:
> >>>
> >>> From: Lei Huang <huanglei@xxxxxxxxxx>
> >>>
> >>> Fix checkpatch code style errors:
> >>>
> >>> ERROR: else should follow close brace '}'
> >>> #2300: FILE: sound/hda/codecs/realtek/alc269.c:2300:
> >>> + }
> >>> + else
> >>>
> >>> Fixes: 31278997add6 ("ALSA: hda/realtek - Add headset quirk for Dell DT")
> >>> Signed-off-by: Lei Huang <huanglei@xxxxxxxxxx>
> >>
> >> Thanks, applied to for-next branch.
> >
> > I hope you dropped the fake Fixes tag. Or at least give people chance to
> > review it.
>
> I see you entirely ignored all the comments about fake bug being fixed here.
I saw your comments, but I have a different opinion.
In the case of HD-audio code where the code change happens very
actively and quite often backported to stable trees, a change like
this would block the further backports if missing. With a hint of
Fixes tag, the change of the code change can be tracked more easily,
hence it's still worth to have.
thanks,
Takashi