From: Gulsah Kose Date: Wed, 29 Oct 2014 19:29:56 +0000 (+0200) Subject: staging: rtl8188eu: core: Removed unnecessary parenthesis. X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~590 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d20dac3775ea61443dd52a8cf9c55e60b48e3a3;p=pandora-kernel.git staging: rtl8188eu: core: Removed unnecessary parenthesis. This patch removes unnecessarry parenthesis in rtw_security.c by using this coccinelle script: @r1@ expression e1,e2; @@ if - ((e1 == e2)) + (e1 == e2) {...} Signed-off-by: Gulsah Kose Acked-by: Julia Lawall Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed