From: Ralf Baechle Date: Tue, 21 Oct 2014 12:12:49 +0000 (+0200) Subject: MIPS: Remove useless parentheses X-Git-Tag: omap-for-v3.19/fixes-rc1~122^2~184 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=635c99070600ff04b4c1d5afe67f051631a8397c;p=pandora-kernel.git MIPS: Remove useless parentheses Based on the spatch @@ expression e; @@ - return (e); + return e; with heavy hand editing because some of the changes are either whitespace or identation only or result in excessivly long lines. Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed