diff options
author | Julia Lawall <[email protected]> | 2013-08-13 09:16:56 +0200 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2013-08-16 17:14:29 +0200 |
commit | 388f4308412574268d38010d877575f8caebad79 (patch) | |
tree | aa827215ba9189b30f9204f5ee174afbe7e3ea2f /include/linux/fpga/fpga-mgr.h | |
parent | b168386eaf560bf13fcf2c166453714e779f763e (diff) |
drivers/gpio/gpio-omap.c: convert comma to semicolon
Replace a comma between expression statements by a semicolon. This changes
the semantics of the code, but given the current indentation appears to be
what is intended.
A simplified version of the semantic patch that performs this
transformation is as follows: (http://coccinelle.lip6.fr/)
// <smpl>
@r@
expression e1,e2,e;
type T;
identifier i;
@@
e1
-,
+;
e2;
// </smpl>
Signed-off-by: Julia Lawall <[email protected]>
Acked-by: Kevin Hilman <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'include/linux/fpga/fpga-mgr.h')
0 files changed, 0 insertions, 0 deletions