Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge branch 'pci/controller/vmd'

- Fix whitespace indentation issues (Riyan Dhiman)

* pci/controller/vmd:
PCI: vmd: Fix indentation issue in vmd_shutdown()

+2 -2
+2 -2
drivers/pci/controller/vmd.c
··· 1042 1042 1043 1043 static void vmd_shutdown(struct pci_dev *dev) 1044 1044 { 1045 - struct vmd_dev *vmd = pci_get_drvdata(dev); 1045 + struct vmd_dev *vmd = pci_get_drvdata(dev); 1046 1046 1047 - vmd_remove_irq_domain(vmd); 1047 + vmd_remove_irq_domain(vmd); 1048 1048 } 1049 1049 1050 1050 #ifdef CONFIG_PM_SLEEP