aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/skype/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/skype/Makefile')
-rw-r--r--protocols/skype/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/skype/Makefile b/protocols/skype/Makefile
index 455a21f2..3afefbc0 100644
--- a/protocols/skype/Makefile
+++ b/protocols/skype/Makefile
@@ -61,7 +61,7 @@ autoclean: distclean
# take this from the kernel
check:
- perl checkpatch.pl --no-tree --file skype.c
+ perl checkpatch.pl --show-types --ignore LONG_LINE,CAMELCASE --no-tree --file skype.c
test: all
$(MAKE) -C t/ all