Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1425216AbdD1KHb (ORCPT ); Fri, 28 Apr 2017 06:07:31 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:37108 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S939540AbdD1KHZ (ORCPT ); Fri, 28 Apr 2017 06:07:25 -0400 Date: Fri, 28 Apr 2017 12:07:15 +0200 From: Greg KH To: Eric Curtin Cc: thomas.petazzoni@free-electrons.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: fbtft: fix character limit, trailing ; warning, etc. Message-ID: <20170428100715.GA11003@kroah.com> References: <1492957291-24820-1-git-send-email-ericcurtin17@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1492957291-24820-1-git-send-email-ericcurtin17@gmail.com> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 543 Lines: 12 On Sun, Apr 23, 2017 at 03:21:31PM +0100, Eric Curtin wrote: > checkpatch spits out a warning about the 80 character line limit. Split > the parameters of these functions onto different lines. Put the ; with > the macro caller instead. Lined up parameters as there was another > CHECK warning about that. > > Signed-off-by: Eric Curtin > --- > drivers/staging/fbtft/fbtft-bus.c | 36 +++++++++++++++++++++--------------- > 1 file changed, 21 insertions(+), 15 deletions(-) Patch does not apply to my tree at all :(