Skip to content

Commit d1888bf

Browse files
Lei Huangtiwai
authored andcommitted
ALSA: hda/realtek: fix code style (ERROR: else should follow close brace '}')
Fix checkpatch code style errors: ERROR: else should follow close brace '}' #2300: FILE: sound/hda/codecs/realtek/alc269.c:2300: + } + else Fixes: 3127899 ("ALSA: hda/realtek - Add headset quirk for Dell DT") Signed-off-by: Lei Huang <huanglei@kylinos.cn> Link: https://patch.msgid.link/20260331075405.78148-1-huanglei814@163.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent c1258a2 commit d1888bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sound/hda/codecs/realtek/alc269.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2270,9 +2270,9 @@ static void alc_fixup_headset_mode_alc255_no_hp_mic(struct hda_codec *codec,
22702270
struct alc_spec *spec = codec->spec;
22712271
spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
22722272
alc255_set_default_jack_type(codec);
2273-
}
2274-
else
2273+
} else {
22752274
alc_fixup_headset_mode(codec, fix, action);
2275+
}
22762276
}
22772277

22782278
static void alc288_update_headset_jack_cb(struct hda_codec *codec,

0 commit comments

Comments
 (0)