commit | 8b1b33786b06a222cf3430b1bf942a3681532104 | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <apw@canonical.com> | Tue Jan 06 14:41:27 2009 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Jan 06 15:59:17 2009 -0800 |
tree | dcacb222ddc7320f67a30c93440a09b5bf2a0c76 | |
parent | 8054576dca7e76dd1f58c525af3309cfc9c74454 [diff] |
checkpatch: fix continuation detection when handling spacing on operators We are miscategorising a continuation fragment following an operator which may lead to us thinking that there is a space after it when there is not. Fix this up. Signed-off-by: Andy Whitcroft <apw@canonical.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>