diff options
| author | Bjorn Helgaas <[email protected]> | 2024-09-19 19:25:33 +0000 |
|---|---|---|
| committer | Bjorn Helgaas <[email protected]> | 2024-09-19 19:25:33 +0000 |
| commit | 11e32bbe785854f2d9911c65ee2377e6395a62ff (patch) | |
| tree | 276ca0bb6de9c6a118f83ae4f62d1a9874caa3e5 /drivers/pci/controller/vmd.c | |
| parent | Merge branch 'pci/controller/rcar-gen4' (diff) | |
| parent | PCI: vmd: Fix indentation issue in vmd_shutdown() (diff) | |
| download | kernel-11e32bbe785854f2d9911c65ee2377e6395a62ff.tar.gz kernel-11e32bbe785854f2d9911c65ee2377e6395a62ff.zip | |
Merge branch 'pci/controller/vmd'
- Fix whitespace indentation issues (Riyan Dhiman)
* pci/controller/vmd:
PCI: vmd: Fix indentation issue in vmd_shutdown()
Diffstat (limited to 'drivers/pci/controller/vmd.c')
| -rw-r--r-- | drivers/pci/controller/vmd.c | 4 |
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 |
