diff options
author | Miklos Vajna <vmiklos@vmiklos.hu> | 2013-01-01 17:04:34 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@vmiklos.hu> | 2013-01-01 17:04:34 +0100 |
commit | e1d6b38fbfa1ba01da45c79a2f1b0951eb5b14bd (patch) | |
tree | 1506c29237d755c12c8b8336343b70da53b13df9 /protocols/skype/Makefile | |
parent | 7764fb1ce63f1339f005e698ddfeba96186e9925 (diff) |
skype: make checkpatch happy again (cosmetics)
Diffstat (limited to 'protocols/skype/Makefile')
-rw-r--r-- | protocols/skype/Makefile | 2 |
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 |