mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
nodedev: Indent PCI express for future fix
Best viewed with '-w' as this is just an adjustment for future patch to be readable without that. Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
5bcd96f531
commit
0d8f45246a
@ -505,7 +505,8 @@ static int udevProcessPCI(struct udev_device *device,
|
||||
goto out;
|
||||
|
||||
/* We need to be root to read PCI device configs */
|
||||
if (priv->privileged && virPCIDeviceIsPCIExpress(pciDev) > 0) {
|
||||
if (priv->privileged) {
|
||||
if (virPCIDeviceIsPCIExpress(pciDev) > 0) {
|
||||
if (VIR_ALLOC(pci_express) < 0)
|
||||
goto out;
|
||||
|
||||
@ -528,6 +529,7 @@ static int udevProcessPCI(struct udev_device *device,
|
||||
data->pci_dev.pci_express = pci_express;
|
||||
pci_express = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
ret = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user