Re: [PATCH 3/3] x86: janitor work in irq.c
From: Ingo Molnar
Date: Tue May 13 2008 - 08:47:20 EST
* Miklos Vajna <vmiklos@xxxxxxxxxxxxxx> wrote:
> -static int pirq_amd756_get(struct pci_dev *router, struct pci_dev *dev, int pirq)
> +static int pirq_amd756_get(struct pci_dev *router, struct pci_dev *dev,
> + int pirq)
it's nicer to break these lines the following way:
static int
pirq_amd756_get(struct pci_dev *router, struct pci_dev *dev, int pirq)
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/