Himangi Saraogi
01728371dc
rds/tcp_listen: Replace comma with semicolon
...
This patch replaces a comma between expression statements by a semicolon.
A simplified version of the semantic patch that performs this
transformation is as follows:
// <smpl>
@r@
expression e1,e2,e;
type T;
identifier i;
@@
e1
-,
+;
e2;
// </smpl>
Signed-off-by: Himangi Saraogi <himangi774@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-05-30 17:48:58 -07:00
..
2012-01-24 17:03:44 -05:00
2014-01-14 15:15:25 -08:00
2011-10-31 19:30:30 -04:00
2013-10-19 19:45:35 -04:00
2012-12-26 15:17:37 -08:00
2011-09-15 15:36:32 -04:00
2014-01-17 17:52:22 -08:00
2009-04-09 17:21:14 -07:00
2014-05-18 21:24:52 -04:00
2010-09-08 18:12:20 -07:00
2013-06-13 02:36:09 -07:00
2013-12-27 12:33:58 -05:00
2012-11-19 18:59:44 -05:00
2012-03-20 21:48:28 +08:00
2009-02-26 23:39:25 -08:00
2012-03-22 19:29:58 -04:00
2012-01-12 20:05:28 -08:00
2012-03-21 09:40:26 -07:00
2009-04-09 17:21:14 -07:00
2014-05-18 21:24:52 -04:00
2009-09-15 09:39:44 -07:00
2014-05-09 15:59:45 -04:00
2014-03-31 16:25:52 -04:00
2011-06-06 22:55:11 -07:00
2013-01-11 11:40:02 -08:00
2012-03-22 19:29:58 -04:00
2009-02-26 23:39:26 -08:00
2010-11-22 08:16:15 -08:00
2013-03-04 14:12:07 -05:00
2012-07-10 23:13:45 -07:00
2014-05-30 17:48:58 -07:00
2010-10-21 04:26:39 -07:00
2010-11-17 12:20:52 -08:00
2013-10-19 19:12:11 -04:00
2014-01-18 23:04:16 -08:00
2014-01-18 23:04:16 -08:00
2013-03-08 00:35:44 -05:00
2014-05-09 15:59:45 -04:00
2012-08-22 22:52:04 -07:00
2014-05-30 17:48:58 -07:00
2014-04-11 16:15:36 -04:00
2012-08-22 22:52:04 -07:00
2011-07-01 16:16:19 -07:00
2011-10-31 19:30:28 -04:00
2014-04-11 16:15:36 -04:00
2011-10-31 19:30:30 -04:00
2010-09-08 18:16:47 -07:00