Himangi Saraogi
cc2afe9fe2
RDS/RDMA: 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
..
2014-04-11 14:14:57 -07:00
2014-01-16 11:31:58 -08:00
2014-05-24 00:32:30 -04:00
2014-05-23 16:28:53 -04:00
2014-05-30 17:17:04 -07:00
2014-04-11 16:15:36 -04:00
2014-05-24 00:32:30 -04:00
2014-05-27 13:47:27 -04:00
2014-05-26 00:42:30 -04:00
2014-04-11 16:15:36 -04:00
2014-05-19 09:38:24 +02:00
2014-05-16 21:29:55 +04:00
2014-05-30 15:52:03 -07:00
2014-04-24 13:44:54 -04:00
2014-05-23 16:28:53 -04:00
2014-05-23 16:28:53 -04:00
2013-12-06 12:37:57 -05:00
2014-05-24 00:32:30 -04:00
2014-01-16 15:30:31 -08:00
2014-03-27 15:28:06 -04:00
2014-05-22 15:54:45 -04:00
2014-05-30 17:48:57 -07:00
2014-05-24 00:32:30 -04:00
2014-05-23 16:28:53 -04:00
2014-01-18 23:04:16 -08:00
2014-05-30 17:35:23 -07:00
2014-04-23 08:21:04 +02:00
2014-05-23 16:28:53 -04:00
2013-09-23 16:52:45 -04:00
2014-01-28 18:01:32 -08:00
2014-05-27 13:47:27 -04:00
2014-05-22 15:27:32 -04:00
2013-10-19 19:36:19 -04:00
2014-05-24 00:32:30 -04:00
2013-12-06 12:37:56 -05:00
2014-05-12 13:19:14 -04:00
2014-04-11 16:15:36 -04:00
2014-05-20 00:23:59 +02:00
2014-05-22 16:27:37 -07:00
2014-04-24 13:44:54 -04:00
2014-04-24 13:44:54 -04:00
2014-05-30 17:48:58 -07:00
2014-05-22 13:58:36 -04:00
2014-04-11 16:15:36 -04:00
2014-05-16 15:24:47 -04:00
2014-05-24 00:32:30 -04:00
2014-05-23 16:28:53 -04:00
2014-05-23 16:28:53 -04:00
2014-05-24 14:11:41 -04:00
2014-05-16 16:04:03 -04:00
2014-05-05 13:13:50 -04:00
2013-11-21 13:09:42 -05:00
2014-05-22 13:58:36 -04:00
2014-04-11 16:15:36 -04:00
2014-05-22 16:00:00 -04:00
2014-03-06 16:30:45 +01:00
2014-04-03 13:05:42 -07:00
2014-01-15 15:36:38 -08:00
2014-04-16 15:15:05 -04:00
2013-10-07 15:57:56 -04:00