]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: hda/realtek: fix code style (ERROR: else should follow close brace '}')
authorLei Huang <huanglei@kylinos.cn>
Tue, 31 Mar 2026 07:54:05 +0000 (15:54 +0800)
committerTakashi Iwai <tiwai@suse.de>
Tue, 31 Mar 2026 08:20:19 +0000 (10:20 +0200)
commitd1888bf848ade6a9e71c7ba516fd215aa1bd8d65
treea7316b9df9354f4011613d3dcd011a027ad4ea67
parentc1258a2924d3a2453a6e7a6581acd8d6e5c6ba70
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: 31278997add6 ("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>
sound/hda/codecs/realtek/alc269.c