From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755206AbcBHEGx (ORCPT ); Sun, 7 Feb 2016 23:06:53 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:58502 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754416AbcBHEGw (ORCPT ); Sun, 7 Feb 2016 23:06:52 -0500 Date: Sun, 7 Feb 2016 20:06:51 -0800 From: Greg KH To: Christian Colic Cc: soren.brinkmann@xilinx.com, devendra.aaru@gmail.com, sboyd@codeaurora.org, andnlnbn18@gmail.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: clocking-wizard: add blank line after struct declaration. Message-ID: <20160208040651.GA24917@kroah.com> References: <20151201125601.GA21005@lenovo> <20160208040616.GA19127@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160208040616.GA19127@kroah.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Feb 07, 2016 at 08:06:16PM -0800, Greg KH wrote: > On Tue, Dec 01, 2015 at 01:56:01PM +0100, Christian Colic wrote: > > Add blank line after struct declaration to fix checkpatch check. > > > > Signed-off-by: Christian Colic > > Reviewed-by: Soren Brinkmann > > > > --- > > drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c b/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c > > index b8e2f61..1cbf5eb 100644 > > --- a/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c > > +++ b/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c > > @@ -71,6 +71,7 @@ struct clk_wzrd { > > int speed_grade; > > bool suspended; > > }; > > + > > #define to_clk_wzrd(_nb) container_of(_nb, struct clk_wzrd, nb) > > > > /* maximum frequencies for input/output clocks per speed grade */ > > -- > > 2.5.0 > > > > Doesn't apply :( Because I took another patch, which was sent after yours, sorry about that, my fault.