From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Subject: Re: [PATCH v2 1/3] irqchip: vf610-mscm: add support for MSCM interrupt router Date: Tue, 16 Dec 2014 14:04:42 +0100 (CET) Message-ID: References: <1418594998-2361-1-git-send-email-stefan@agner.ch> <1418594998-2361-2-git-send-email-stefan@agner.ch> <548EB0FD.3030206@arm.com> <41a603b345dbee4f2507e80ea0f8bb96@agner.ch> <5490094D.6090300@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5490094D.6090300@arm.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Marc Zyngier Cc: Mark Rutland , "devicetree@vger.kernel.org" , "linux@arm.linux.org.uk" , "jason@lakedaemon.net" , "arnd@arndb.de" , "ijc+devicetree@hellion.org.uk" , "galak@codeaurora.org" , "linux-kernel@vger.kernel.org" , Stefan Agner , "robh+dt@kernel.org" , Pawel Moll , "kernel@pengutronix.de" , "u.kleine-koenig@pengutronix.de" , "shawn.guo@linaro.org" , "linux-arm-kernel@lists.infradead.org" List-Id: devicetree@vger.kernel.org On Tue, 16 Dec 2014, Marc Zyngier wrote: > On 15/12/14 20:58, Stefan Agner wrote: > > The same line adjustment will break the 80 character border... But I > > agree, it's ugly the way it is now. Will put them in the same line. > > Never mind what checkpatch says. Readability trumps it anytime. If you want to obey checkpatch then move that stuff into a seperate inline function. Thanks, tglx