diff options
author | Riyan Dhiman <[email protected]> | 2024-09-01 14:56:02 +0530 |
---|---|---|
committer | Krzysztof Wilczyński <[email protected]> | 2024-09-01 17:01:20 +0000 |
commit | 4654cf52cbd07cb2d6ab6f55bcc5eb2dae8b736a (patch) | |
tree | 03278913d3efb8df429dad8895a32c1f2bf8bde3 /drivers/pci/controller/dwc | |
parent | 8400291e289ee6b2bf9779ff1c83a291501f017b (diff) |
PCI: vmd: Fix indentation issue in vmd_shutdown()
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 the checkpatch.pl script:
ERROR: code indent should use tabs where possible
#1056: FILE: drivers/pci/controller/vmd.c:1056:
+ struct vmd_dev *vmd = pci_get_drvdata(dev);$
WARNING: please, no spaces at the start of a line
#1056: FILE: drivers/pci/controller/vmd.c:1056:
+ struct vmd_dev *vmd = pci_get_drvdata(dev);$
ERROR: code indent should use tabs where possible
#1058: FILE: drivers/pci/controller/vmd.c:1058:
+ vmd_remove_irq_domain(vmd);$
WARNING: please, no spaces at the start of a line
#1058: FILE: drivers/pci/controller/vmd.c:1058:
+ vmd_remove_irq_domain(vmd);$
No functional changes are intended.
Link: https://lore.kernel.org/linux-pci/[email protected]
Signed-off-by: Riyan Dhiman <[email protected]>
[kwilczynski: commit log]
Signed-off-by: Krzysztof Wilczyński <[email protected]>
Diffstat (limited to 'drivers/pci/controller/dwc')
0 files changed, 0 insertions, 0 deletions