]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Merge branch 'stable/cleanups-3.2.rebased' into uek2-merge
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 19 Oct 2011 19:49:59 +0000 (15:49 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 19 Oct 2011 19:49:59 +0000 (15:49 -0400)
* stable/cleanups-3.2.rebased:
  Xen: fix braces and tabs coding style issue in xenbus_probe.c
  Xen: fix braces coding style issue in xenbus_probe.h
  Xen: fix whitespaces,tabs coding style issue in drivers/xen/pci.c
  Xen: fix braces coding style issue in gntdev.c and grant-table.c
  Xen: fix whitespaces,tabs coding style issue in drivers/xen/events.c
  Xen: fix whitespaces,tabs coding style issue in drivers/xen/balloon.c

Conflicts:
drivers/xen/pci.c

1  2 
drivers/xen/balloon.c
drivers/xen/events.c
drivers/xen/grant-table.c
drivers/xen/pci.c
drivers/xen/xenbus/xenbus_probe.c
drivers/xen/xenbus/xenbus_probe.h

Simple merge
Simple merge
Simple merge
index 66057075d6e2664c4411b5168c17ba3ac1828938,c4448ee5595f92ae582168f8c064f42e608d89b4..b1923dcb38113d9c003825cb73a64679edb5a3f0
@@@ -96,9 -36,9 +96,9 @@@ static int xen_add_device(struct devic
                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,
 +                      .physfn.bus     = physfn->bus->number,
 +                      .physfn.devfn   = physfn->devfn,
                };
  
                r = HYPERVISOR_physdev_op(PHYSDEVOP_manage_pci_add_ext,
Simple merge
Simple merge