summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2024-09-19 14:25:33 -0500
committerBjorn Helgaas <bhelgaas@google.com>2024-09-19 14:25:33 -0500
commit11e32bbe785854f2d9911c65ee2377e6395a62ff (patch)
tree276ca0bb6de9c6a118f83ae4f62d1a9874caa3e5
parent187b811570db7476da902ac68f7c1e163e071db8 (diff)
parent4654cf52cbd07cb2d6ab6f55bcc5eb2dae8b736a (diff)
downloadlwn-11e32bbe785854f2d9911c65ee2377e6395a62ff.tar.gz
lwn-11e32bbe785854f2d9911c65ee2377e6395a62ff.zip
Merge branch 'pci/controller/vmd'
- Fix whitespace indentation issues (Riyan Dhiman) * pci/controller/vmd: PCI: vmd: Fix indentation issue in vmd_shutdown()
-rw-r--r--drivers/pci/controller/vmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pci/controller/vmd.c b/drivers/pci/controller/vmd.c
index bc849b0d9e8d..264a180403a0 100644
--- a/drivers/pci/controller/vmd.c
+++ b/drivers/pci/controller/vmd.c
@@ -1042,9 +1042,9 @@ static void vmd_remove(struct pci_dev *dev)
static void vmd_shutdown(struct pci_dev *dev)
{
- struct vmd_dev *vmd = pci_get_drvdata(dev);
+ struct vmd_dev *vmd = pci_get_drvdata(dev);
- vmd_remove_irq_domain(vmd);
+ vmd_remove_irq_domain(vmd);
}
#ifdef CONFIG_PM_SLEEP