Merge branch 'pci/controller/vmd'

- Fix whitespace indentation issues (Riyan Dhiman)

* pci/controller/vmd:
  PCI: vmd: Fix indentation issue in vmd_shutdown()
This commit is contained in:
Bjorn Helgaas
2024-09-19 14:25:33 -05:00
+2 -2
View File
@@ -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