From: Julia Lawall <[email protected]> Date: Tue, 20 May 2014 08:44:49 +0800 (SGT)
> From: Julia Lawall <[email protected]> > > Delete unnecessary local variable whose value is always 0 and that hides > the fact that the result is always 0. > > A simplified version of the semantic patch that fixes this problem is as > follows: (http://coccinelle.lip6.fr/) ... > Signed-off-by: Julia Lawall <[email protected]> > > --- > Alternatively, is an error code wanted under the if? > > v2: remove the use of 0 as an argument in the call to d_fnend Applied to net-next, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

