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-05-30 17:17:04 -07:00
2014-05-23 16:28:53 -04:00
2014-05-30 17:48:57 -07:00
2013-09-23 16:52:45 -04:00
2013-10-19 19:36:19 -04:00
2014-05-23 16:28:53 -04:00
2013-11-21 13:09:42 -05:00
2014-04-16 15:15:05 -04:00