Skip to content

Commit 11e32bb

Browse files
committed
Merge branch 'pci/controller/vmd'
- Fix whitespace indentation issues (Riyan Dhiman) * pci/controller/vmd: PCI: vmd: Fix indentation issue in vmd_shutdown()
2 parents 187b811 + 4654cf5 commit 11e32bb

File tree

1 file changed

+2
-2
lines changed
  • drivers/pci/controller

1 file changed

+2
-2
lines changed

drivers/pci/controller/vmd.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,9 +1042,9 @@ static void vmd_remove(struct pci_dev *dev)
10421042

10431043
static void vmd_shutdown(struct pci_dev *dev)
10441044
{
1045-
struct vmd_dev *vmd = pci_get_drvdata(dev);
1045+
struct vmd_dev *vmd = pci_get_drvdata(dev);
10461046

1047-
vmd_remove_irq_domain(vmd);
1047+
vmd_remove_irq_domain(vmd);
10481048
}
10491049

10501050
#ifdef CONFIG_PM_SLEEP

0 commit comments

Comments
 (0)