Re: [PATCH] PCI: vmd: Fix indentation issue in vmd_shutdown()
From: Krzysztof Wilczyński
Date: Sun Sep 01 2024 - 13:03:06 EST
Hello,
> The code in vmd_shutdown() had an indentation
> issue where spaces were used instead of tabs. This commit
> corrects the indentation to use tabs, adhering to the
> Linux kernel coding style guidelines.
>
> Issue reported by checkpatch
> - ERROR: code indent should use tabs where possible
>
> No functional changes are intended.
Applied to controller/vmd, thank you!
[1/1] PCI: vmd: Fix indentation issue in vmd_shutdown()
https://git.kernel.org/pci/pci/c/4654cf52cbd0
Krzysztof