Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
[Documentation] Updated the checkpatch parameters
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Ryan committed Sep 3, 2013
1 parent 2e68c21 commit 43a885f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/coding-style.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
-------------------------
Expand Down

0 comments on commit 43a885f

Please sign in to comment.