Tag: bec037aa6ccb5d561c880e369c409a1b28da5eb4

[CPUFREQ] drivers/cpufreq: Adjust confusing if indentation

Author: Julia Lawall <julia@diku.dk> Indent the body of for_each_cpu. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @r disable braces4@ position p1,p2; statement S1,S2; @@ ( if (…) { … } | if (…) S1@p1 S2@p2 ) @script:python@ p1