CHECK: Logical continuations should be on the previous line #71: FILE: bitarray.c:71: + if ((seq_num_diff >= TQ_LOCAL_WINDOW_SIZE) + && (seq_num_diff < EXPECTED_SEQNO_RANGE)) {
CHECK: Logical continuations should be on the previous line #87: FILE: bitarray.c:87: + if ((seq_num_diff <= -TQ_LOCAL_WINDOW_SIZE) + || (seq_num_diff >= EXPECTED_SEQNO_RANGE)) {
total: 0 errors, 0 warnings, 2 checks, 101 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.