From: Nandini Hanumanthagowda Date: Thu, 17 Oct 2013 18:52:25 +0000 (+0530) Subject: staging: vt6656: removed unnecessary parentheses in return statement X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~199 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a69f36db385a7f5f8072a7a10656e361f3d3e12;p=pandora-kernel.git staging: vt6656: removed unnecessary parentheses in return statement There was parentheses around return statement's value which was not required since return statement is not a function. Hence removed the parentheses to eliminate the checkpatch error which states: ERROR: return is not a function, parentheses are not required Signed-off-by: Nandini Hanumanthagowda Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed