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

2013-05-14 Thread Cody P Schafer
On 05/14/2013 09:45 AM, Cody P Schafer wrote: Using Page*() triggers a camelcase warning, but shouldn't. Introduced by be987d9f80354e2e919926349282facd74992f90, which added the other Page flag users. Pipe ('|') at the end of a grouping doesn't cause the grouping to match an emtpy string, use ?

[PATCH] checkpatch: avoid warning on page flag acessors

2013-05-14 Thread Cody P Schafer
Using Page*() triggers a camelcase warning, but shouldn't. Introduced by be987d9f80354e2e919926349282facd74992f90, which added the other Page flag users. Pipe ('|') at the end of a grouping doesn't cause the grouping to match an emtpy string, use ? after the grouping instead to get the desired be