From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Date: Sun, 13 Nov 2016 21:27:07 +0000 Subject: Re: [PATCH] netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL test Message-Id: <20161113212707.GA30418@salvia> List-Id: References: <1478867558-21650-1-git-send-email-Julia.Lawall@lip6.fr> In-Reply-To: <1478867558-21650-1-git-send-email-Julia.Lawall@lip6.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Julia Lawall Cc: Florian Westphal , "David S. Miller" , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, coreteam@netfilter.org, netfilter-devel@vger.kernel.org, Hideaki YOSHIFUJI , James Morris , Alexey Kuznetsov , Jozsef Kadlecsik , Patrick McHardy , christophe.jaillet@wanadoo.fr On Fri, Nov 11, 2016 at 01:32:38PM +0100, Julia Lawall wrote: > Since commit 7926dbfa4bc1 ("netfilter: don't use > mutex_lock_interruptible()"), the function xt_find_table_lock can only > return NULL on an error. Simplify the call sites and update the > comment before the function. Applied, thanks Julia!