From: Ruslan Pisarev Date: Tue, 26 Jul 2011 11:16:38 +0000 (+0300) Subject: Xen: fix whitespaces,tabs coding style issue in drivers/xen/pci.c X-Git-Tag: v2.6.39-400.9.0~854^2~5^2~2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9a12ebee38035ef0a752c8c55372ede59e4b89e2;p=users%2Fjedix%2Flinux-maple.git 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 Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/drivers/xen/pci.c b/drivers/xen/pci.c index cef4bafc07dc6..c4448ee5595f9 100644 --- a/drivers/xen/pci.c +++ b/drivers/xen/pci.c @@ -36,7 +36,7 @@ static int xen_add_device(struct device *dev) struct physdev_manage_pci_ext manage_pci_ext = { .bus = pci_dev->bus->number, .devfn = pci_dev->devfn, - .is_virtfn = 1, + .is_virtfn = 1, .physfn.bus = pci_dev->physfn->bus->number, .physfn.devfn = pci_dev->physfn->devfn, }; @@ -56,7 +56,7 @@ static int xen_add_device(struct device *dev) &manage_pci_ext); } else { struct physdev_manage_pci manage_pci = { - .bus = pci_dev->bus->number, + .bus = pci_dev->bus->number, .devfn = pci_dev->devfn, };