commit | 63f17f8973ccdb8260e59ce5b1b4e2b2ee0401f0 | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <[email protected]> | Thu Jan 15 13:51:06 2009 -0800 |
committer | Linus Torvalds <[email protected]> | Thu Jan 15 16:39:38 2009 -0800 |
tree | d37e5333ccb5ea5467f6d98d2efd4c1daf681364 | |
parent | f9a0b3d17a01fe1ba24ce1e9c18666a52052e011 [diff] |
checkpatch: allow parentheses on return handle array values When we allow return to have surrounding parentheses when containing comparison operators we are not correctly handling the case where the values contain array sufffixes. Squash them. Signed-off-by: Andy Whitcroft <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>