commit | 2a1bc5d5c5096f2dfb6f8b18f39ecb718f101535 | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <apw@shadowen.org> | Wed Oct 15 22:02:23 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Oct 16 11:21:35 2008 -0700 |
tree | 877a3ab1828a452f0592a58d0f171e2ffe86dc1a | |
parent | 9bd49efe4e4bf88d9c1026db50325fd1b2e59519 [diff] |
checkpatch: %Lx tests should hand %% as a literal Ensure that we handle literal %'s correctly when adjacent to a %Lx. %Lx bad %%Lx good %%%Lx bad Signed-off-by: Andy Whitcroft <apw@shadowen.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>