From: Vladimir Zapolskiy Subject: Re: [PATCH v2 3/3] crypto: s5p-sss - Sort the headers to improve readability Date: Tue, 15 Mar 2016 00:36:03 +0200 Message-ID: <56E73CD3.4020305@mleia.com> References: <1457573507-1687-1-git-send-email-k.kozlowski@samsung.com> <1457573507-1687-3-git-send-email-k.kozlowski@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: linux-samsung-soc@vger.kernel.org To: Krzysztof Kozlowski , Herbert Xu , "David S. Miller" , linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Return-path: 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 In-Reply-To: <1457573507-1687-3-git-send-email-k.kozlowski@samsung.com> Sender: linux-crypto-owner@vger.kernel.org List-ID: 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