Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753821AbcCNWgJ (ORCPT ); Mon, 14 Mar 2016 18:36:09 -0400 Received: from mleia.com ([178.79.152.223]:36290 "EHLO mail.mleia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752317AbcCNWgG (ORCPT ); Mon, 14 Mar 2016 18:36:06 -0400 Subject: Re: [PATCH v2 3/3] crypto: s5p-sss - Sort the headers to improve readability To: Krzysztof Kozlowski , Herbert Xu , "David S. Miller" , linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org References: <1457573507-1687-1-git-send-email-k.kozlowski@samsung.com> <1457573507-1687-3-git-send-email-k.kozlowski@samsung.com> Cc: linux-samsung-soc@vger.kernel.org From: Vladimir Zapolskiy Message-ID: <56E73CD3.4020305@mleia.com> Date: Tue, 15 Mar 2016 00:36:03 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Icedove/38.5.0 MIME-Version: 1.0 In-Reply-To: <1457573507-1687-3-git-send-email-k.kozlowski@samsung.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-49551924 X-CRM114-CacheID: sfid-20160314_223950_648193_C5CE6ABD X-CRM114-Status: GOOD ( 15.80 ) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1667 Lines: 63 On 10.03.2016 03:31, Krzysztof Kozlowski wrote: > Sort the headers alphabetically to improve readability and to spot > duplications easier. > > Suggested-by: Vladimir Zapolskiy > Signed-off-by: Krzysztof Kozlowski > > --- > > Changes since v1: > 1. New patch. > > My email differs from one used in previous patches because this time I > am sending this from work. > --- > drivers/crypto/s5p-sss.c | 20 ++++++++++---------- > 1 file changed, 10 insertions(+), 10 deletions(-) > > diff --git a/drivers/crypto/s5p-sss.c b/drivers/crypto/s5p-sss.c > index bac1f4593f98..46fbeb933939 100644 > --- a/drivers/crypto/s5p-sss.c > +++ b/drivers/crypto/s5p-sss.c > @@ -11,23 +11,23 @@ > * > */ > > +#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 > +#include > #include > > #define _SBF(s, v) ((v) << (s)) > Acked-by: Vladimir Zapolskiy -- With best wishes, Vladimir