CHECK: Logical continuations should be on the previous line #158: FILE: bitarray.c:158: + if ((seq_num_diff >= TQ_LOCAL_WINDOW_SIZE) + && (seq_num_diff < EXPECTED_SEQNO_RANGE)) {
CHECK: Logical continuations should be on the previous line #174: FILE: bitarray.c:174: + if ((seq_num_diff <= -TQ_LOCAL_WINDOW_SIZE) + || (seq_num_diff >= EXPECTED_SEQNO_RANGE)) {
total: 0 errors, 0 warnings, 2 checks, 201 lines checked
NOTE: Ignored message types: COMPLEX_MACRO
bitarray.c has style problems, please review.
If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS.