From: Krzysztof Kozlowski Subject: [PATCH v2 3/3] crypto: s5p-sss - Sort the headers to improve readability Date: Thu, 10 Mar 2016 10:31:47 +0900 Message-ID: <1457573507-1687-3-git-send-email-k.kozlowski@samsung.com> References: <1457573507-1687-1-git-send-email-k.kozlowski@samsung.com> Cc: Vladimir Zapolskiy , linux-samsung-soc@vger.kernel.org, Krzysztof Kozlowski To: Herbert Xu , "David S. Miller" , linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Return-path: Received: from mailout1.w1.samsung.com ([210.118.77.11]:10929 "EHLO mailout1.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934668AbcCJBcP (ORCPT ); Wed, 9 Mar 2016 20:32:15 -0500 In-reply-to: <1457573507-1687-1-git-send-email-k.kozlowski@samsung.com> Sender: linux-crypto-owner@vger.kernel.org List-ID: 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)) -- 2.5.0