From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752224AbbJLPjl (ORCPT ); Mon, 12 Oct 2015 11:39:41 -0400 Received: from foss.arm.com ([217.140.101.70]:48137 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751620AbbJLPjj (ORCPT ); Mon, 12 Oct 2015 11:39:39 -0400 Date: Mon, 12 Oct 2015 16:39:16 +0100 From: Mark Rutland To: Irina Tirdea Cc: Dmitry Torokhov , Bastien Nocera , Aleksei Mamlin , Karsten Merker , linux-input@vger.kernel.org, Octavian Purdila , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v9 9/9] Input: goodix - sort includes using inverse Xmas tree order Message-ID: <20151012153916.GF7452@leverpostej> References: <1444663477-30062-1-git-send-email-irina.tirdea@intel.com> <1444663477-30062-10-git-send-email-irina.tirdea@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1444663477-30062-10-git-send-email-irina.tirdea@intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Why? Mark. On Mon, Oct 12, 2015 at 06:24:37PM +0300, Irina Tirdea wrote: > Signed-off-by: Irina Tirdea > Tested-by: Bastien Nocera > Tested-by: Aleksei Mamlin > --- > drivers/input/touchscreen/goodix.c | 19 ++++++++++--------- > 1 file changed, 10 insertions(+), 9 deletions(-) > > diff --git a/drivers/input/touchscreen/goodix.c b/drivers/input/touchscreen/goodix.c > index b958b37..22bfc4b 100644 > --- a/drivers/input/touchscreen/goodix.c > +++ b/drivers/input/touchscreen/goodix.c > @@ -14,21 +14,22 @@ > * Software Foundation; version 2 of the License. > */ > > -#include > -#include > +#include > +#include > #include > -#include > -#include > -#include > #include > +#include > #include > #include > -#include > -#include > -#include > +#include > #include > +#include > +#include > +#include > +#include > +#include > #include > -#include > + > #include > > struct goodix_ts_data { > -- > 1.9.1 > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Rutland Subject: Re: [PATCH v9 9/9] Input: goodix - sort includes using inverse Xmas tree order Date: Mon, 12 Oct 2015 16:39:16 +0100 Message-ID: <20151012153916.GF7452@leverpostej> References: <1444663477-30062-1-git-send-email-irina.tirdea@intel.com> <1444663477-30062-10-git-send-email-irina.tirdea@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1444663477-30062-10-git-send-email-irina.tirdea-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Irina Tirdea Cc: Dmitry Torokhov , Bastien Nocera , Aleksei Mamlin , Karsten Merker , linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Octavian Purdila , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org Why? Mark. On Mon, Oct 12, 2015 at 06:24:37PM +0300, Irina Tirdea wrote: > Signed-off-by: Irina Tirdea > Tested-by: Bastien Nocera > Tested-by: Aleksei Mamlin > --- > drivers/input/touchscreen/goodix.c | 19 ++++++++++--------- > 1 file changed, 10 insertions(+), 9 deletions(-) > > diff --git a/drivers/input/touchscreen/goodix.c b/drivers/input/touchscreen/goodix.c > index b958b37..22bfc4b 100644 > --- a/drivers/input/touchscreen/goodix.c > +++ b/drivers/input/touchscreen/goodix.c > @@ -14,21 +14,22 @@ > * Software Foundation; version 2 of the License. > */ > > -#include > -#include > +#include > +#include > #include > -#include > -#include > -#include > #include > +#include > #include > #include > -#include > -#include > -#include > +#include > #include > +#include > +#include > +#include > +#include > +#include > #include > -#include > + > #include > > struct goodix_ts_data { > -- > 1.9.1 > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html