From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 638CFC32750 for ; Fri, 2 Aug 2019 04:55:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 43F062073D for ; Fri, 2 Aug 2019 04:55:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732122AbfHBEzI (ORCPT ); Fri, 2 Aug 2019 00:55:08 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:48636 "EHLO fornost.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726723AbfHBEzH (ORCPT ); Fri, 2 Aug 2019 00:55:07 -0400 Received: from gondolin.me.apana.org.au ([192.168.0.6] helo=gondolin.hengli.com.au) by fornost.hmeau.com with esmtps (Exim 4.89 #2 (Debian)) id 1htPam-0006H6-8g; Fri, 02 Aug 2019 14:55:00 +1000 Received: from herbert by gondolin.hengli.com.au with local (Exim 4.80) (envelope-from ) id 1htPak-0004io-QE; Fri, 02 Aug 2019 14:54:58 +1000 Date: Fri, 2 Aug 2019 14:54:58 +1000 From: Herbert Xu To: Masahiro Yamada Cc: linux-crypto@vger.kernel.org, Corentin Labbe , "David S. Miller" , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/2] crypto: add header include guards Message-ID: <20190802045458.GD18077@gondor.apana.org.au> References: <20190723114344.18622-1-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190723114344.18622-1-yamada.masahiro@socionext.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 23, 2019 at 08:43:43PM +0900, Masahiro Yamada wrote: > Add header include guards in case they are included multiple times. > > Signed-off-by: Masahiro Yamada > --- > > Changes in v2: None > > include/crypto/sha1_base.h | 5 +++++ > include/crypto/sha256_base.h | 5 +++++ > include/crypto/sha512_base.h | 5 +++++ > include/crypto/sm3_base.h | 5 +++++ > include/uapi/linux/cryptouser.h | 5 +++++ > 5 files changed, 25 insertions(+) All applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt