From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH net-next] netfilter: core: make local function __nf_unregister_net_hook static Date: Wed, 10 Jan 2018 14:41:00 +0100 Message-ID: <20180110134100.byszps2seudvz66u@salvia> References: <1515567906-188180-1-git-send-email-weiyongjun1@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jozsef Kadlecsik , Florian Westphal , netfilter-devel@vger.kernel.org, coreteam@netfilter.org, netdev@vger.kernel.org To: Wei Yongjun Return-path: Received: from mail.us.es ([193.147.175.20]:44414 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932547AbeAJNlE (ORCPT ); Wed, 10 Jan 2018 08:41:04 -0500 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id B9B581EC2CD for ; Wed, 10 Jan 2018 14:41:03 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id AB71BDA38B for ; Wed, 10 Jan 2018 14:41:03 +0100 (CET) Content-Disposition: inline In-Reply-To: <1515567906-188180-1-git-send-email-weiyongjun1@huawei.com> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, Jan 10, 2018 at 07:05:06AM +0000, Wei Yongjun wrote: > Fixes the following sparse warning: > > net/netfilter/core.c:380:6: warning: > symbol '__nf_unregister_net_hook' was not declared. Should it be static? Also applied, thanks.