From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 6/6] drivers/atm/iphase.c: fix error return code Date: Mon, 06 Aug 2012 13:30:25 -0700 (PDT) Message-ID: <20120806.133025.266545188392092861.davem@davemloft.net> References: <1344160356-387-1-git-send-email-Julia.Lawall@lip6.fr> <1344160356-387-7-git-send-email-Julia.Lawall@lip6.fr> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: chas@cmf.nrl.navy.mil, kernel-janitors@vger.kernel.org, linux-atm-general@lists.sourceforge.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, julia@diku.dk To: Julia.Lawall@lip6.fr Return-path: In-Reply-To: <1344160356-387-7-git-send-email-Julia.Lawall@lip6.fr> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Julia Lawall Date: Sun, 5 Aug 2012 11:52:36 +0200 > From: Julia Lawall > > Convert a 0 error return code to a negative one, as returned elsewhere in the > function. > > A simplified version of the semantic match that finds this problem is as > follows: (http://coccinelle.lip6.fr/) ... > Signed-off-by: Julia Lawall Applied.