]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: %Lx tests should hand %% as a literal
authorAndy Whitcroft <apw@shadowen.org>
Thu, 16 Oct 2008 05:02:23 +0000 (22:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Oct 2008 18:21:35 +0000 (11:21 -0700)
commitb8ec64a55ef2f82dddbd80f8c1e8cac2841ffcaa
tree877a3ab1828a452f0592a58d0f171e2ffe86dc1a
parentb28da8a72fd1a09049ce0005477baa80426131c6
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>
scripts/checkpatch.pl