checkpatch: %Lx tests should hand %% as a literal
authorAndy Whitcroft <[email protected]>
Thu, 16 Oct 2008 05:02:23 +0000 (22:02 -0700)
committerLinus Torvalds <[email protected]>
Thu, 16 Oct 2008 18:21:35 +0000 (11:21 -0700)
commit2a1bc5d5c5096f2dfb6f8b18f39ecb718f101535
tree877a3ab1828a452f0592a58d0f171e2ffe86dc1a
parent9bd49efe4e4bf88d9c1026db50325fd1b2e59519
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
scripts/checkpatch.pl