Tag: 2674f82d3eef97df98fd5dbd4224ce1ce4800a3b

drivers/net/wireless/libertas: Adjust confusing if indentation

Author: Julia Lawall <julia@diku.dk> At the point of the patched code, err has already been tested, so it is only worthwhile to test it again in the if branches where it is changed. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @r disable braces4@ position p1,p2; statement S1,S2; @@ ( if …

Continue reading