Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- northpole@debian:~/gsoc$ ./checkpatch.pl --ignore COMPLEX_MACRO --no-tree --strict --file batman-adv/*.c
- total: 0 errors, 0 warnings, 0 checks, 1336 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/bat_iv_ogm.c has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 98 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/bitarray.c has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 1668 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/bridge_loop_avoidance.c has no obvious style problems and is ready for submission.
- WARNING: LINUX_VERSION_CODE should be avoided, code should be for the version to which it is merged
- #28: FILE: compat.c:28:
- +#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 0, 0)
- total: 0 errors, 1 warnings, 0 checks, 67 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/compat.c has style problems, please review.
- If any of these errors are false positives, please report
- them to the maintainer, see CHECKPATCH in MAINTAINERS.
- total: 0 errors, 0 warnings, 0 checks, 421 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/debugfs.c has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 721 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/gateway_client.c has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 188 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/gateway_common.c has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 588 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/hard-interface.c has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 78 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/hash.c has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 348 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/icmp_socket.c has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 765 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/main.c has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 657 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/originator.c has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 51 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/ring_buffer.c has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 1213 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/routing.c has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 343 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/send.c has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 577 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/soft-interface.c has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 806 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/sysfs.c has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 2396 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/translation-table.c has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 371 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/unicast.c has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 955 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/vis.c has no obvious style problems and is ready for submission.
- northpole@debian:~/gsoc$ ./checkpatch.pl --ignore COMPLEX_MACRO --no-tree --strict --file batman-adv/*.h
- total: 0 errors, 0 warnings, 0 checks, 25 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/bat_algo.h has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 54 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/bitarray.h has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 108 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/bridge_loop_avoidance.h has no obvious style problems and is ready for submission.
- WARNING: LINUX_VERSION_CODE should be avoided, code should be for the version to which it is merged
- #29: FILE: compat.h:29:
- +#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 30)
- WARNING: LINUX_VERSION_CODE should be avoided, code should be for the version to which it is merged
- #38: FILE: compat.h:38:
- +#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 31)
- WARNING: LINUX_VERSION_CODE should be avoided, code should be for the version to which it is merged
- #51: FILE: compat.h:51:
- +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 33))
- WARNING: LINUX_VERSION_CODE should be avoided, code should be for the version to which it is merged
- #58: FILE: compat.h:58:
- +#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 33)
- WARNING: LINUX_VERSION_CODE should be avoided, code should be for the version to which it is merged
- #68: FILE: compat.h:68:
- +#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 34)
- WARNING: LINUX_VERSION_CODE should be avoided, code should be for the version to which it is merged
- #82: FILE: compat.h:82:
- +#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 35)
- WARNING: LINUX_VERSION_CODE should be avoided, code should be for the version to which it is merged
- #90: FILE: compat.h:90:
- +#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 36)
- WARNING: LINUX_VERSION_CODE should be avoided, code should be for the version to which it is merged
- #130: FILE: compat.h:130:
- +#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 39)
- WARNING: LINUX_VERSION_CODE should be avoided, code should be for the version to which it is merged
- #138: FILE: compat.h:138:
- +#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 0, 0)
- WARNING: LINUX_VERSION_CODE should be avoided, code should be for the version to which it is merged
- #151: FILE: compat.h:151:
- +#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 4, 0)
- total: 0 errors, 10 warnings, 0 checks, 160 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/compat.h has style problems, please review.
- If any of these errors are false positives, please report
- them to the maintainer, see CHECKPATCH in MAINTAINERS.
- total: 0 errors, 0 warnings, 0 checks, 30 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/debugfs.h has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 40 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/gateway_client.h has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 37 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/gateway_common.h has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 70 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/hard-interface.h has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 166 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/hash.h has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 30 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/icmp_socket.h has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 335 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/main.h has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 97 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/originator.h has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 229 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/packet.h has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 27 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/ring_buffer.h has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 59 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/routing.h has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 35 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/send.h has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 30 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/soft-interface.h has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 42 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/sysfs.h has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 64 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/translation-table.h has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 421 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/types.h has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 58 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/unicast.h has no obvious style problems and is ready for submission.
- total: 0 errors, 0 warnings, 0 checks, 36 lines checked
- NOTE: Ignored message types: COMPLEX_MACRO
- batman-adv/vis.h has no obvious style problems and is ready for submission.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement