CHECK: Please use a blank line after function/struct/union/enum declarations #25: FILE: tools/testing/selftests/net/can/test_raw_filter.c:104: }; +#define T_EFF (CAN_EFF_FLAG >> 28) CHECK: Please use a blank line after function/struct/union/enum declarations #37: FILE: tools/testing/selftests/net/can/test_raw_filter.c:115: }; +/* Ignore EFF flag in filter ID if not covered by filter mask */ CHECK: Please use a blank line after function/struct/union/enum declarations #46: FILE: tools/testing/selftests/net/can/test_raw_filter.c:123: }; +/* Ignore RTR flag in filter ID if not covered by filter mask */ CHECK: Please use a blank line after function/struct/union/enum declarations #55: FILE: tools/testing/selftests/net/can/test_raw_filter.c:131: }; +/* Ignore EFF and RTR flags in filter ID if not covered by filter mask */ CHECK: Please use a blank line after function/struct/union/enum declarations #74: FILE: tools/testing/selftests/net/can/test_raw_filter.c:148: }; +/* Receive only EFF frames when filter id and filter mask include EFF flag */ CHECK: Please use a blank line after function/struct/union/enum declarations #83: FILE: tools/testing/selftests/net/can/test_raw_filter.c:156: }; +/* Receive only SFF frames when expecting no EFF flag, ignoring RTR flag */ CHECK: Please use a blank line after function/struct/union/enum declarations #92: FILE: tools/testing/selftests/net/can/test_raw_filter.c:164: }; +/* Receive only EFF frames when filter id and filter mask include EFF flag, CHECK: Please use a blank line after function/struct/union/enum declarations #113: FILE: tools/testing/selftests/net/can/test_raw_filter.c:183: }; +/* Receive no remote frames when filtering for no RTR flag, ignoring EFF flag */ CHECK: Please use a blank line after function/struct/union/enum declarations #122: FILE: tools/testing/selftests/net/can/test_raw_filter.c:191: }; +/* Receive only remote frames when filter includes RTR flag */ CHECK: Please use a blank line after function/struct/union/enum declarations #131: FILE: tools/testing/selftests/net/can/test_raw_filter.c:199: }; +/* Receive only remote frames when filter includes RTR flag, ignoring EFF CHECK: Please use a blank line after function/struct/union/enum declarations #151: FILE: tools/testing/selftests/net/can/test_raw_filter.c:218: }; +/* Receive only EFF data frame when filtering for EFF but no RTR flag */ CHECK: Please use a blank line after function/struct/union/enum declarations #160: FILE: tools/testing/selftests/net/can/test_raw_filter.c:226: }; +/* Receive only SFF remote frame when filtering for RTR but no EFF flag */ CHECK: Please use a blank line after function/struct/union/enum declarations #169: FILE: tools/testing/selftests/net/can/test_raw_filter.c:234: }; +/* Receive only EFF remote frame when filtering for EFF and RTR flag */ CHECK: Please use a blank line after function/struct/union/enum declarations #189: FILE: tools/testing/selftests/net/can/test_raw_filter.c:253: }; +/* Receive only EFF data frame when filtering for EFF flag and no RTR flag but total: 0 errors, 0 warnings, 14 checks, 185 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit f4140cd552ed ("selftests: can: Document test_raw_filter test cases") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 0 warnings, 14 checks, 185 lines checked