From: Julia Lawall <[email protected]> Date: Mon, 13 Jan 2014 17:17:24 +0100
> From: Julia Lawall <[email protected]> > > Delete a variable that is at most only assigned to a constant, but never > used otherwise. In this code, it is the variable result that is used for > the return code, not rc. > > 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]> Applied, thank you. -- 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/

