From: Andy Whitcroft Date: Tue, 10 Jan 2012 23:10:08 +0000 (-0800) Subject: checkpatch: fix 'return is not a function' square bracket handling X-Git-Tag: v3.3-rc1~113^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e01886ada28741d7cb2cfb3224e9caccfbc1a2d5;p=pandora-kernel.git checkpatch: fix 'return is not a function' square bracket handling We are incorrectly matching square brackets '[' and ']' leading to false positives on more complex functions as below: return (dt3155_fbuffer[m]->ready_head - dt3155_fbuffer[m]->ready_len + dt3155_fbuffer[m]->nbuffers)% (dt3155_fbuffer[m]->nbuffers); Signed-off-by: Andy Whitcroft Cc: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed