From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH] netfilter: use PTR_RET Date: Mon, 29 Oct 2012 10:03:47 +0100 Message-ID: <20121029090347.GA10521@1984> References: <20121029004044.GA12982@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Patrick McHardy , netfilter-devel@vger.kernel.org, linux-kernel@vger.kernel.org To: Fengguang Wu Return-path: Received: from mail.us.es ([193.147.175.20]:59724 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758019Ab2J2JDv (ORCPT ); Mon, 29 Oct 2012 05:03:51 -0400 Content-Disposition: inline In-Reply-To: <20121029004044.GA12982@localhost> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Mon, Oct 29, 2012 at 08:40:44AM +0800, Fengguang Wu wrote: > Use PTR_RET rather than if(IS_ERR(...)) + PTR_ERR > > Generated by: coccinelle/api/ptr_ret.cocci Applied, thanks. I have collapsed this patch and the one for ipv6/iptable_nat.c. They are pretty small and description is the same.