]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ALSA: hda/realtek: fix bad indentation for alc269
authorLei Huang <huanglei@kylinos.cn>
Tue, 31 Mar 2026 02:40:36 +0000 (10:40 +0800)
committerTakashi Iwai <tiwai@suse.de>
Tue, 31 Mar 2026 06:50:24 +0000 (08:50 +0200)
Mention complains about this coding style:

  ERROR: code indent should use tabs where possible
  #6640: FILE: sound/hda/codecs/realtek/alc269.c:6640:
  +        [ALC233_FIXUP_LENOVO_GPIO2_MIC_HOTKEY] = {$

fix it up.

Fixes: 5de5db35350d ("ALSA: hda/realtek - Enable Mute LED for Lenovo platform")
Signed-off-by: Lei Huang <huanglei@kylinos.cn>
Link: https://patch.msgid.link/20260331024036.30782-1-huanglei814@163.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/codecs/realtek/alc269.c

index 9940fe7d5f9da60d84387729e0d1613f55f04d37..cb7b2dd107b5fb447d970178b2a6b775330f23a4 100644 (file)
@@ -6591,10 +6591,10 @@ static const struct hda_fixup alc269_fixups[] = {
                .type = HDA_FIXUP_FUNC,
                .v.func = alc288_fixup_surface_swap_dacs,
        },
-        [ALC233_FIXUP_LENOVO_GPIO2_MIC_HOTKEY] = {
-                .type = HDA_FIXUP_FUNC,
-                .v.func = alc233_fixup_lenovo_gpio2_mic_hotkey,
-        },
+       [ALC233_FIXUP_LENOVO_GPIO2_MIC_HOTKEY] = {
+               .type = HDA_FIXUP_FUNC,
+               .v.func = alc233_fixup_lenovo_gpio2_mic_hotkey,
+       },
        [ALC245_FIXUP_BASS_HP_DAC] = {
                .type = HDA_FIXUP_FUNC,
                /* Borrow the DAC routing selected for those Thinkpads */