commit | 732053a0a005397374e3afc54618ef5e3e524eed | [log] [tgz] |
---|---|---|
author | Amitoj Kaur Chawla <amitoj1606@gmail.com> | Wed Feb 24 22:30:15 2016 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Mar 11 22:09:09 2016 -0800 |
tree | 01391dde84ca7b5acc2c2a1a9595b591dea69f71 | |
parent | 720f7a7850556f8d9ed6069cbcfd9b34b105e04a [diff] |
staging: sm750fb: Remove parentheses from return arguments Remove unnecessary parentheses from return arguments. The Coccinelle semantic patch that makes this change is as follows: // <smpl> @@ identifier i; constant c; @@ return - ( \(i\|-i\|i(...)\|c\) - ) ; // </smpl> Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>