CHECK: Alignment should match open parenthesis
#264: FILE: translation-table.c:264:
+ list_for_each_entry_safe(entry, safe, &bat_priv->tt_changes_list,
+ list) {
CHECK: Alignment should match open parenthesis
#336: FILE: translation-table.c:336:
+ seq_printf(seq, " * %pM [%c%c%c%c%c]\n",
+ tt_common_entry->addr,
CHECK: Alignment should match open parenthesis
#707: FILE: translation-table.c:707:
+ hlist_for_each_entry_safe(tt_common_entry, node, safe,
+ head, hash_entry) {
total: 0 errors, 0 warnings, 3 checks, 1891 lines checked
NOTE: Ignored message types: COMPLEX_MACRO
translation-table.c has style problems, please review.
If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
CHECK: Alignment should match open parenthesis
#400: FILE: soft-interface.c:400:
+ if ((!has_timed_out(softif_neigh->last_seen,
+ SOFTIF_NEIGH_TIMEOUT)) &&
total: 0 errors, 0 warnings, 1 checks, 943 lines checked
NOTE: Ignored message types: COMPLEX_MACRO
soft-interface.c has style problems, please review.
If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
CHECK: Alignment should match open parenthesis
#75: FILE: routing.c:75:
+ tt_global_del_orig(bat_priv, orig_node,
+ "Deleted route towards originator");
CHECK: Logical continuations should be on the previous line
#233: FILE: routing.c:233:
+ if ((seq_num_diff <= -TQ_LOCAL_WINDOW_SIZE)
+ || (seq_num_diff >= EXPECTED_SEQNO_RANGE)) {
CHECK: Alignment should match open parenthesis
#432: FILE: routing.c:432:
+ memcpy(&(icmp_packet->rr[icmp_packet->rr_cur]),
+ ethhdr->h_dest, ETH_ALEN);
total: 0 errors, 0 warnings, 3 checks, 1132 lines checked
NOTE: Ignored message types: COMPLEX_MACRO
routing.c has style problems, please review.
If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
CHECK: Alignment should match open parenthesis
#146: FILE: originator.c:146:
+ tt_global_del_orig(orig_node->bat_priv, orig_node,
+ "originator timed out");
CHECK: Alignment should match open parenthesis
#336: FILE: originator.c:336:
+ if (purge_orig_neighbors(bat_priv, orig_node,
+ &best_neigh_node)) {
total: 0 errors, 0 warnings, 2 checks, 648 lines checked
NOTE: Ignored message types: COMPLEX_MACRO
originator.c has style problems, please review.
If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
CHECK: Alignment should match open parenthesis
#344: FILE: hard-interface.c:344:
+ bat_info(hard_iface->soft_iface,
+ "The MTU of interface %s is too small (%i) to handle "
CHECK: Alignment should match open parenthesis
#355: FILE: hard-interface.c:355:
+ bat_info(hard_iface->soft_iface,
+ "The MTU of interface %s is too small (%i) to handle "
CHECK: Logical continuations should be on the previous line
#584: FILE: hard-interface.c:584:
+ if (unlikely(skb->mac_len != sizeof(struct ethhdr)
+ || !skb_mac_header(skb)))
total: 0 errors, 0 warnings, 3 checks, 700 lines checked
NOTE: Ignored message types: COMPLEX_MACRO
hard-interface.c has style problems, please review.
If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
CHECK: Alignment should match open parenthesis
#632: FILE: gateway_client.c:632:
+ if ((ntohs(ethhdr->h_proto) == ETH_P_IP) &&
+ (ntohs(udphdr->dest) != 67))
total: 0 errors, 0 warnings, 1 checks, 714 lines checked
NOTE: Ignored message types: COMPLEX_MACRO
gateway_client.c has style problems, please review.
If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
CHECK: Alignment should match open parenthesis
#96: FILE: gateway_common.c:96:
+ if ((strnicmp(tmp_ptr, "kbit", 4) == 0) ||
+ (multi > 1))
CHECK: Alignment should match open parenthesis
#121: FILE: gateway_common.c:121:
+ if ((strnicmp(tmp_ptr, "kbit", 4) == 0) ||
+ (multi > 1))
total: 0 errors, 0 warnings, 2 checks, 178 lines checked
NOTE: Ignored message types: COMPLEX_MACRO
gateway_common.c has style problems, please review.
If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
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.
CHECK: Alignment should match open parenthesis
#324: FILE: bat_sysfs.c:324:
+ if (strncmp(buff, GW_MODE_CLIENT_NAME,
+ strlen(GW_MODE_CLIENT_NAME)) == 0)
CHECK: Alignment should match open parenthesis
#328: FILE: bat_sysfs.c:328:
+ if (strncmp(buff, GW_MODE_SERVER_NAME,
+ strlen(GW_MODE_SERVER_NAME)) == 0)
total: 0 errors, 0 warnings, 2 checks, 685 lines checked
NOTE: Ignored message types: COMPLEX_MACRO
bat_sysfs.c has style problems, please review.
If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
CHECK: Alignment should match open parenthesis
#289: FILE: translation-table.c:289:
+ list_for_each_entry_safe(entry, safe, &bat_priv->tt_changes_list,
+ list) {
CHECK: Alignment should match open parenthesis
#361: FILE: translation-table.c:361:
+ seq_printf(seq, " * %pM [%c%c%c%c%c]\n",
+ tt_common_entry->addr,
total: 0 errors, 0 warnings, 2 checks, 2121 lines checked
NOTE: Ignored message types: COMPLEX_MACRO
translation-table.c has style problems, please review.
If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.