5f37c721133c83c856f845c4ce9b602 author Andy Whitcroft 1224133336 -0700 committer Linus Torvalds 1224181294 -0700 checkpatch: values: double ampersand may be unary It is possible to use double ampersand (&&) in unary context where it means the address of a goto label. Handle spacing for it. Signed-off-by: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds