Commit 11e32bbe authored by Bjorn Helgaas's avatar Bjorn Helgaas

Merge branch 'pci/controller/vmd'

- Fix whitespace indentation issues (Riyan Dhiman)

* pci/controller/vmd:
  PCI: vmd: Fix indentation issue in vmd_shutdown()
parents 187b8115 4654cf52
...@@ -1042,9 +1042,9 @@ static void vmd_remove(struct pci_dev *dev) ...@@ -1042,9 +1042,9 @@ static void vmd_remove(struct pci_dev *dev)
static void vmd_shutdown(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 #ifdef CONFIG_PM_SLEEP
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment