Xen: fix whitespaces,tabs coding style issue in drivers/xen/pci.c
This is a patch to the pci.c file that fixed up whitespaces, tabs warnings found by the checkpatch.pl tools. Signed-off-by: Ruslan Pisarev <ruslan@rpisarev.org.ua> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
This commit is contained in:
committed by
Konrad Rzeszutek Wilk
parent
7b0ac956d9
commit
4b01098308
@@ -36,7 +36,7 @@ static int xen_add_device(struct device *dev)
|
|||||||
struct physdev_manage_pci_ext manage_pci_ext = {
|
struct physdev_manage_pci_ext manage_pci_ext = {
|
||||||
.bus = pci_dev->bus->number,
|
.bus = pci_dev->bus->number,
|
||||||
.devfn = pci_dev->devfn,
|
.devfn = pci_dev->devfn,
|
||||||
.is_virtfn = 1,
|
.is_virtfn = 1,
|
||||||
.physfn.bus = pci_dev->physfn->bus->number,
|
.physfn.bus = pci_dev->physfn->bus->number,
|
||||||
.physfn.devfn = pci_dev->physfn->devfn,
|
.physfn.devfn = pci_dev->physfn->devfn,
|
||||||
};
|
};
|
||||||
@@ -56,7 +56,7 @@ static int xen_add_device(struct device *dev)
|
|||||||
&manage_pci_ext);
|
&manage_pci_ext);
|
||||||
} else {
|
} else {
|
||||||
struct physdev_manage_pci manage_pci = {
|
struct physdev_manage_pci manage_pci = {
|
||||||
.bus = pci_dev->bus->number,
|
.bus = pci_dev->bus->number,
|
||||||
.devfn = pci_dev->devfn,
|
.devfn = pci_dev->devfn,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user