From: Peng Fan <[email protected]>
On Mon, 01 Sep 2025 19:14:10 +0530, Bhimeswararao Matsa wrote:
> Fix a couple of style issues reported by checkpatch.pl:
>
> - Replace `#ifdef CONFIG_MMC_TRACE` with `if (IS_ENABLED(CONFIG_MMC_TRACE))`
> to follow the preferred kernel style for config-dependent branches.
> - Drop explicit zero initialization of a static variable.
>
> No functional change intended.
>
> [...]
Applied, thanks!
[1/1] mmc: core: style fixes in mmc.c
commit: 3cabc6bf7e16c7e2a1156392c31e40f678cc7026
Best regards,
--
Peng Fan <[email protected]>