CHECK: Alignment should match open parenthesis
#79: FILE: routing.c:79:
+ tt_global_del_orig(bat_priv, orig_node,
+ "Deleted route towards originator");
CHECK: Logical continuations should be on the previous line
#237: FILE: routing.c:237:
+ if ((seq_num_diff <= -TQ_LOCAL_WINDOW_SIZE)
+ || (seq_num_diff >= EXPECTED_SEQNO_RANGE)) {
CHECK: Alignment should match open parenthesis
#436: FILE: routing.c:436:
+ memcpy(&(icmp_packet->rr[icmp_packet->rr_cur]),
+ ethhdr->h_dest, ETH_ALEN);
total: 0 errors, 0 warnings, 3 checks, 1155 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
#148: FILE: originator.c:148:
+ tt_global_del_orig(orig_node->bat_priv, orig_node,
+ "originator timed out");
CHECK: Alignment should match open parenthesis
#339: FILE: originator.c:339:
+ if (purge_orig_neighbors(bat_priv, orig_node,
+ &best_neigh_node)) {
total: 0 errors, 0 warnings, 2 checks, 649 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
#346: FILE: hard-interface.c:346:
+ bat_info(hard_iface->soft_iface,
+ "The MTU of interface %s is too small (%i) to handle "
CHECK: Alignment should match open parenthesis
#357: FILE: hard-interface.c:357:
+ bat_info(hard_iface->soft_iface,
+ "The MTU of interface %s is too small (%i) to handle "
total: 0 errors, 0 warnings, 2 checks, 710 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: Alignment should match open parenthesis
#336: FILE: distributed-arp-table.c:336:
+ if (ipv4_is_loopback(ARP_IP_SRC(skb, hdr_size)) ||
+ ipv4_is_multicast(ARP_IP_SRC(skb, hdr_size)) ||
CHECK: Alignment should match open parenthesis
#541: FILE: distributed-arp-table.c:541:
+ if (!forw_packet->num_packets &&
+ (arp_get_type(bat_priv, forw_packet->skb,
total: 0 errors, 0 warnings, 2 checks, 580 lines checked
NOTE: Ignored message types: COMPLEX_MACRO
distributed-arp-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: 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.
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, 691 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.