Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752562AbbGOCOD (ORCPT ); Tue, 14 Jul 2015 22:14:03 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:48209 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752193AbbGOCN7 (ORCPT ); Tue, 14 Jul 2015 22:13:59 -0400 Date: Tue, 14 Jul 2015 19:13:59 -0700 From: Greg KH To: Fabio Falzoi Cc: thomas.petazzoni@free-electrons.com, noralf@tronnes.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 05/10] Staging: fbtft: Set bus specific ops using separate functions Message-ID: <20150715021359.GC4788@kroah.com> References: <1435646597-7612-1-git-send-email-fabio.falzoi84@gmail.com> <1435646597-7612-6-git-send-email-fabio.falzoi84@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1435646597-7612-6-git-send-email-fabio.falzoi84@gmail.com> User-Agent: Mutt/1.5.23+102 (2ca89bed6448) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 800 Lines: 22 On Tue, Jun 30, 2015 at 08:43:12AM +0200, Fabio Falzoi wrote: > Use two separate functions for spi and platform bus > (flexfb_set_spi_bus_func and flexfb_set_platform_bus_func, > respectively) to set the appropriate write operations. > > This patch corrects the following checkpatch errors: > WARNING:LONG_LiINE at lines 446, 450, 466, 476, 489 and 495. > CHECK:PARENTHESIS_ALIGNMENT at line 459. > > Signed-off-by: Fabio Falzoi Can't you fix the line lengths without having to move to separate functions? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/