From: Aya Mahfouz Date: Tue, 10 Mar 2015 16:53:54 +0000 (+0200) Subject: staging: fwserial: remove extra parentheses around function arguments X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~449 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=975da35f0f6e33d9a86e5d3ee3c89cb5942d872a;p=pandora-kernel.git staging: fwserial: 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed