From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH net-next] netfilter: nfnetlink_osf: fix using plain integer as NULL warning Date: Wed, 8 Aug 2018 19:05:53 +0200 Message-ID: <20180808170553.e6icrd5uq6bdjwwx@salvia> References: <1533698624-107304-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, kernel-janitors@vger.kernel.org To: Wei Yongjun Return-path: Received: from mail.us.es ([193.147.175.20]:47614 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727470AbeHHT0d (ORCPT ); Wed, 8 Aug 2018 15:26:33 -0400 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 46CB749D73 for ; Wed, 8 Aug 2018 19:03:41 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 354F8DA840 for ; Wed, 8 Aug 2018 19:03:41 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1533698624-107304-1-git-send-email-weiyongjun1@huawei.com> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, Aug 08, 2018 at 03:23:44AM +0000, Wei Yongjun wrote: > Fixes the following sparse warning: > > net/netfilter/nfnetlink_osf.c:274:24: warning: > Using plain integer as NULL pointer Applied, thanks.