]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: ac97: clean up whitespace and move EXPORT_SYMBOLs
authorLucas Poupeau <lucasp.linux@gmail.com>
Mon, 4 May 2026 15:38:31 +0000 (17:38 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 4 May 2026 15:58:30 +0000 (17:58 +0200)
commit1ac8867734bb90e06f208d2bcb3c29281bdcce58
tree0e50386a0cf3ad45b9db8b61db618caa4591c1c4
parenta03c2d1978e104cbee63577568258b2f0fa897a2
ALSA: ac97: clean up whitespace and move EXPORT_SYMBOLs

Clean up an unnecessary space in a conditional statement and move
EXPORT_SYMBOL_GPL(snd_ac97_reset) and EXPORT_SYMBOL(ac97_bus_type)
to immediately follow their respective definitions.

This complies with the Linux kernel coding style convention which
prefers exports to be placed next to the exported symbol for better
code locality and readability.

Signed-off-by: Lucas Poupeau <lucasp.linux@gmail.com>
Link: https://patch.msgid.link/20260504153831.18381-1-lucasp.linux@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/ac97_bus.c