diff options
author | Andy Whitcroft <apw@canonical.com> | 2012-01-11 00:10:08 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-01-11 01:30:51 +0100 |
commit | e01886ada28741d7cb2cfb3224e9caccfbc1a2d5 (patch) | |
tree | ba401dddad6fffc2dc079e1449f20c2091195a41 /include/rdma | |
parent | checkpatch: complex macro should allow the empty do while loop (diff) | |
download | linux-e01886ada28741d7cb2cfb3224e9caccfbc1a2d5.tar.xz linux-e01886ada28741d7cb2cfb3224e9caccfbc1a2d5.zip |
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 <apw@canonical.com>
Cc: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/rdma')
0 files changed, 0 insertions, 0 deletions