diff options
author | Julia Lawall <Julia.Lawall@lip6.fr> | 2014-08-26 22:00:33 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-08-30 12:07:35 -0700 |
commit | fbe7c6c72a8f36e78cf3886573bbc0fdd0aa55b5 (patch) | |
tree | 451316a0683e08356240070d6abd2fbb7497dc48 /fs/mpage.c | |
parent | 1d8cb70c7bdda47125ed551fc390aa9597c5f264 (diff) |
staging: lustre: remove parentheses from return arguments
The semantic patch that makes this change is as follows:
(http://coccinelle.lip6.fr/)
// <smpl>
@@
identifier i;
constant c;
@@
return
- (
\(i\|-i\|i(...)\|c\)
- )
;
// </smpl>
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/mpage.c')
0 files changed, 0 insertions, 0 deletions