Himangi Saraogi
70cb4a4526
ipmr: 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>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-05-30 17:48:57 -07:00
..
2014-05-12 14:03:41 -04:00
2014-05-23 16:28:53 -04:00
2014-05-18 21:10:29 -04:00
2014-04-16 15:05:11 -04:00
2014-05-07 17:14:32 -04:00
2014-05-08 23:47:50 -04:00
2014-05-13 18:35:08 -04:00
2014-05-08 23:47:50 -04:00
2014-05-14 15:31:45 -04:00
2014-03-06 15:28:45 -05:00
2014-05-14 16:07:23 -04:00
2014-04-26 12:52:28 -04:00
2014-05-12 14:03:41 -04:00
2014-05-05 16:02:59 +02:00
2014-04-23 14:53:36 -04:00
2014-04-28 13:28:43 -04:00
2014-05-13 18:35:08 -04:00
2014-04-15 13:47:15 -04:00
2014-05-24 00:32:30 -04:00
2014-05-15 23:23:48 -04:00
2014-05-21 15:46:52 -04:00
2014-05-30 17:48:57 -07:00
2014-05-08 22:50:47 -04:00
2014-05-07 16:06:05 -04:00
2014-05-24 00:32:30 -04:00
2014-05-13 18:35:09 -04:00
2014-05-14 15:31:45 -04:00
2014-05-03 19:23:07 -04:00
2014-05-03 19:23:07 -04:00
2014-05-12 13:19:14 -04:00
2014-05-13 17:53:03 -04:00
2014-05-03 19:23:07 -04:00
2014-05-03 19:23:07 -04:00
2014-05-03 19:23:07 -04:00
2014-05-03 19:23:07 -04:00
2014-05-03 19:23:07 -04:00
2014-05-13 18:35:09 -04:00
2014-05-03 19:23:07 -04:00
2014-03-19 10:23:54 -04:00
2014-05-13 17:53:02 -04:00
2014-05-22 12:04:49 -04:00
2014-05-03 19:23:07 -04:00
2014-05-03 19:23:07 -04:00
2014-05-03 19:23:07 -04:00
2014-05-03 19:23:07 -04:00
2014-04-20 18:18:54 -04:00
2014-05-23 16:28:53 -04:00
2014-05-23 16:28:53 -04:00
2014-05-24 00:32:30 -04:00
2014-03-14 07:28:07 +01:00
2014-04-29 08:41:12 +02:00