From mboxrd@z Thu Jan 1 00:00:00 1970 From: Herbert Xu Subject: Re: [PATCH] DRBG: fix sparse warning for cpu_to_be[32|64] Date: Tue, 26 Aug 2014 15:34:01 +0800 Message-ID: <20140826073401.GA3962@gondor.apana.org.au> References: <53fc2da5.AS8xtJ0DprRMVjVq%fengguang.wu@intel.com> <1803846.LZmvEct3qr@myon.chronox.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kbuild test robot , kbuild-all@01.org, linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org To: Stephan Mueller Return-path: Received: from helcar.apana.org.au ([209.40.204.226]:35050 "EHLO helcar.apana.org.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752889AbaHZHeL (ORCPT ); Tue, 26 Aug 2014 03:34:11 -0400 Content-Disposition: inline In-Reply-To: <1803846.LZmvEct3qr@myon.chronox.de> Sender: linux-crypto-owner@vger.kernel.org List-ID: On Tue, Aug 26, 2014 at 09:32:24AM +0200, Stephan Mueller wrote: > The sparse tool complained that the cpu_to_be[32|64] functions return > __be[32|64] instead of __u32 or __u64. The patch replaces the __u32 and > __u64 with __be32 and __be64. > > Reported-by: kbuild test robot > Signed-off-by: Stephan Mueller Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt