Messages in this thread |  | | | Date | Tue, 13 May 2008 14:46:53 +0200 | | From | Ingo Molnar <> | | Subject | Re: [PATCH 3/3] x86: janitor work in irq.c | |
* Miklos Vajna <vmiklos@frugalware.org> 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
|  |