]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: hda/realtek: Fix code style error
authorsongxiebing <songxiebing@kylinos.cn>
Sun, 5 Apr 2026 01:42:08 +0000 (09:42 +0800)
committerTakashi Iwai <tiwai@suse.de>
Mon, 6 Apr 2026 08:42:09 +0000 (10:42 +0200)
commit7b5b7d04498d84bc7abc05b4e09a0d17c820d3b0
treecf0647b5de65099958e262c79adf5b9a14068a4b
parent9551af27f8167bbb5f862a12f7f9bc5830e8f4e1
ALSA: hda/realtek: Fix code style error

Output of checkpatch shows error:
ERROR: else should follow close brace '}'
2168: FILE: sound/hda/codecs/realtek/realtek.c:2168:
+ }
+ else

So fix it.

Signed-off-by: songxiebing <songxiebing@kylinos.cn>
Link: https://patch.msgid.link/20260405014208.167364-1-songxiebing@kylinos.cn
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/codecs/realtek/realtek.c