[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080513124653.GG14973@elte.hu>
Date: Tue, 13 May 2008 14:46:53 +0200
From: Ingo Molnar <mingo@...e.hu>
To: Miklos Vajna <vmiklos@...galware.org>
Cc: linux-kernel@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>,
"H. Peter Anvin" <hpa@...or.com>
Subject: Re: [PATCH 3/3] x86: janitor work in irq.c
* Miklos Vajna <vmiklos@...galware.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists