Re: [PATCH] bus: ac97: clean up whitespace and move EXPORT_SYMBOLs

From: Takashi Iwai

Date: Mon May 04 2026 - 11:59:29 EST


On Mon, 04 May 2026 17:38:31 +0200,
Lucas Poupeau wrote:
>
> 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@xxxxxxxxx>

Applied to for-next branch. Thanks.


Takashi