Files
kernel_amazon_mt8127-common/drivers/net
Julia Lawall 9e1634a734 drivers/net: Adjust confusing if indentation
Outdent the code following the if.

The semantic match that finds this problem is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@r disable braces4@
position p1,p2;
statement S1,S2;
@@

(
if (...) { ... }
|
if (...) S1@p1 S2@p2
)

@script:python@
p1 << r.p1;
p2 << r.p2;
@@

if (p1[0].column == p2[0].column):
  cocci.print_main("branch",p1)
  cocci.print_secs("after",p2)
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-08-16 21:06:29 -07:00
..
2010-08-02 16:26:44 -07:00
2010-08-13 16:55:26 -07:00
2010-08-10 01:34:36 -07:00
2010-07-25 16:48:44 -07:00
2010-07-27 22:24:37 -07:00
2010-08-04 21:53:17 -07:00
2010-08-04 21:53:17 -07:00
2010-08-04 21:53:17 -07:00
2010-07-23 13:05:13 -07:00
2010-07-30 23:59:04 -07:00
2010-08-02 15:46:33 -07:00
2010-08-02 15:46:33 -07:00