From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH -next] netfilter: nft_hash: fix non static symbol warning Date: Mon, 22 Aug 2016 11:45:32 +0200 Message-ID: <20160822094532.GA10159@salvia> References: <1471792870-16895-1-git-send-email-weiyj.lk@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Patrick McHardy , Jozsef Kadlecsik , "David S. Miller" , netfilter-devel@vger.kernel.org, coreteam@netfilter.org, netdev@vger.kernel.org, Wei Yongjun To: Wei Yongjun Return-path: Content-Disposition: inline In-Reply-To: <1471792870-16895-1-git-send-email-weiyj.lk@gmail.com> Sender: netfilter-devel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Sun, Aug 21, 2016 at 03:21:10PM +0000, Wei Yongjun wrote: > Fixes the following sparse warning: > > net/netfilter/nft_hash.c:40:25: warning: > symbol 'nft_hash_policy' was not declared. Should it be static? Applied, thanks.