* Yu Zhao <[EMAIL PROTECTED]> wrote:

> +static char *pci_assign_pio;
> +static char *pci_assign_mmio;
> +
> +static int pcibios_bus_resource_needs_fixup(struct pci_bus *bus)
> +{
> +     int i;
> +     int type = 0;
> +     int domain, busnr;
> +
> +     if (!bus->self)
> +             return 0;
> +
> +     for (i = 0; i < 2; i++) {
> +             char *str = i ? pci_assign_pio : pci_assign_mmio;
> +             while (str && *str) {

please put a newline after local variable defitions.

> +     for (i = 0; i < PCI_BUS_NUM_RESOURCES; i++) {
> +             struct resource *res = bus->resource[i];
> +             if (!res)

ditto.

nice debug feature!

        Ingo
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to