From 43a885f028eb0d1a010e9c77f8fa1f70a2712ffd Mon Sep 17 00:00:00 2001 From: Mark Ryan Date: Tue, 3 Sep 2013 15:10:23 +0200 Subject: [Documentation] Updated the checkpatch parameters Newer versions of checkpatch check for the use of camel case in the code. Although, dLeyna does not itself use camel case, it uses a lot of glib structures and functions that do. Therefore, this warning needs to be disabled, otherwise you see a lot of spurious errors. Signed-off-by: Mark Ryan --- doc/coding-style.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/coding-style.txt b/doc/coding-style.txt index 69bf5a4..67488b6 100644 --- a/doc/coding-style.txt +++ b/doc/coding-style.txt @@ -184,7 +184,7 @@ kernel version: You can run it on files with these options: -checkpatch.pl --no-tree -f --strict --show-types --ignore NEW_TYPEDEFS +checkpatch.pl --no-tree -f --strict --show-types --ignore NEW_TYPEDEFS --ignore CAMELCASE checkpatch.pl exceptions: ------------------------- -- cgit v1.2.1