summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Ryan <mark.d.ryan@intel.com>2013-09-03 15:10:23 +0200
committerMark Ryan <mark.d.ryan@intel.com>2013-09-03 15:10:23 +0200
commit43a885f028eb0d1a010e9c77f8fa1f70a2712ffd (patch)
treebb7d8ef2972e60e7c7227476a75fad76556b452a
parent2e68c219daaace5114f1e5c2f6babc63197074f9 (diff)
downloaddleyna-core-43a885f028eb0d1a010e9c77f8fa1f70a2712ffd.tar.gz
[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 <mark.d.ryan@intel.com>
-rw-r--r--doc/coding-style.txt2
1 files changed, 1 insertions, 1 deletions
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:
-------------------------