commit | 6e686d777df8ef8f01a61c98cc94667054778c10 | [log] [tgz] |
---|---|---|
author | Aya Mahfouz <mahfouz.saif.elyazal@gmail.com> | Tue Mar 10 19:06:24 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Mar 15 18:41:13 2015 +0100 |
tree | 9bed120b216247adfe8f4a0c5af1b0b0d86ac648 | |
parent | 53ce1c05cc116116a9a8ca821136767f18b9b27b [diff] |
staging: fbtft: fb_s6d02a1.c: remove extra parentheses around function arguments Removes extra parentheses around function arguments. Issue detected and resolved using the following coccinelle script: @@ expression e; identifier f; @@ f(..., -( e -) ,...) Signed-off-by: Aya Mahfouz <mahfouz.saif.elyazal@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>