From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Subject: Re: [net-next/master PATCH] lib: fix compile warning in hashlib_init Date: Thu, 19 Dec 2013 02:32:02 +0100 Message-ID: <52B24C92.8050201@iogearbox.net> References: <1387415314-21786-1-git-send-email-gaowanlong@cn.fujitsu.com> <20131219011506.GA27326@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Wanlong Gao , davem@davemloft.net, ffusco@redhat.com, kbuild-all@01.org, netdev , LKML To: Fengguang Wu Return-path: In-Reply-To: <20131219011506.GA27326@localhost> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 12/19/2013 02:15 AM, Fengguang Wu wrote: > CC the list. > > On Thu, Dec 19, 2013 at 09:08:34AM +0800, Wanlong Gao wrote: >> /git/linux/lib/hash.c: In function 'hashlib_init': >> /git/linux/lib/hash.c:35:2: warning: passing argument 1 of 'setup_arch_fast_hash' from incompatible pointer type [enabled by default] >> /git/linux/include/asm-generic/hash.h:5:20: note: expected 'struct arch_hash_ops *' but argument is of type 'struct fast_hash_ops *' >> >> Reported-by: Fengguang Wu >> Signed-off-by: Wanlong Gao That's already in netdev patchwork: http://patchwork.ozlabs.org/patch/302908/ Thanks !