Re: [PATCH v2] checkpatch: avoid warning on page flag acessors

2013-05-14 Thread Cody P Schafer
On 05/14/2013 10:13 AM, Joe Perches wrote: I think you need to delete the ", leave the | and remove the ? Dunno where that " came from. Ya. commit goof on my part, see v3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kerne

Re: [PATCH v2] checkpatch: avoid warning on page flag acessors

2013-05-14 Thread Joe Perches
[]On Tue, 2013-05-14 at 10:06 -0700, Cody P Schafer wrote: > Using Page*() triggers a camelcase warning, but shouldn't. > > be987d9f80354e2e919926349282facd74992f90 added a spurious '"' (double > quote) breaking the regex. [] > diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl [] > @@ -2

[PATCH v2] checkpatch: avoid warning on page flag acessors

2013-05-14 Thread Cody P Schafer
Using Page*() triggers a camelcase warning, but shouldn't. be987d9f80354e2e919926349282facd74992f90 added a spurious '"' (double quote) breaking the regex. Signed-off-by: Cody P Schafer --- scripts/checkpatch.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/checkpa