gw_mode_tmp = GW_MODE_OFF;
 
        if (strncmp(buff, GW_MODE_CLIENT_NAME,
-                  strlen(GW_MODE_CLIENT_NAME)) == 0)
+                   strlen(GW_MODE_CLIENT_NAME)) == 0)
                gw_mode_tmp = GW_MODE_CLIENT;
 
        if (strncmp(buff, GW_MODE_SERVER_NAME,
-                  strlen(GW_MODE_SERVER_NAME)) == 0)
+                   strlen(GW_MODE_SERVER_NAME)) == 0)
                gw_mode_tmp = GW_MODE_SERVER;
 
        if (gw_mode_tmp < 0) {
 
 
        /* sequence number is much newer, probably missed a lot of packets */
 
-       if ((seq_num_diff >= TQ_LOCAL_WINDOW_SIZE)
-               && (seq_num_diff < EXPECTED_SEQNO_RANGE)) {
+       if ((seq_num_diff >= TQ_LOCAL_WINDOW_SIZE) &&
+           (seq_num_diff < EXPECTED_SEQNO_RANGE)) {
                bat_dbg(DBG_BATMAN, bat_priv,
                        "We missed a lot of packets (%i) !\n",
                        seq_num_diff - 1);
         * packet should be dropped without calling this function if the
         * seqno window is protected. */
 
-       if ((seq_num_diff <= -TQ_LOCAL_WINDOW_SIZE)
-               || (seq_num_diff >= EXPECTED_SEQNO_RANGE)) {
+       if ((seq_num_diff <= -TQ_LOCAL_WINDOW_SIZE) ||
+           (seq_num_diff >= EXPECTED_SEQNO_RANGE)) {
 
                bat_dbg(DBG_BATMAN, bat_priv,
                        "Other host probably restarted!\n");
 
 
        /* check for bootp port */
        if ((ntohs(ethhdr->h_proto) == ETH_P_IP) &&
-            (ntohs(udphdr->dest) != 67))
+           (ntohs(udphdr->dest) != 67))
                return false;
 
        if ((ntohs(ethhdr->h_proto) == ETH_P_IPV6) &&
 
                        multi = 1024;
 
                if ((strnicmp(tmp_ptr, "kbit", 4) == 0) ||
-                       (multi > 1))
+                   (multi > 1))
                        *tmp_ptr = '\0';
        }
 
                                multi = 1024;
 
                        if ((strnicmp(tmp_ptr, "kbit", 4) == 0) ||
-                               (multi > 1))
+                           (multi > 1))
                                *tmp_ptr = '\0';
                }
 
 
        if (atomic_read(&bat_priv->fragmentation) && hard_iface->net_dev->mtu <
                ETH_DATA_LEN + BAT_HEADER_LEN)
                bat_info(hard_iface->soft_iface,
-                       "The MTU of interface %s is too small (%i) to handle "
-                       "the transport of batman-adv packets. Packets going "
-                       "over this interface will be fragmented on layer2 "
-                       "which could impact the performance. Setting the MTU "
-                       "to %zi would solve the problem.\n",
-                       hard_iface->net_dev->name, hard_iface->net_dev->mtu,
-                       ETH_DATA_LEN + BAT_HEADER_LEN);
+                        "The MTU of interface %s is too small (%i) to handle "
+                        "the transport of batman-adv packets. Packets going "
+                        "over this interface will be fragmented on layer2 "
+                        "which could impact the performance. Setting the MTU "
+                        "to %zi would solve the problem.\n",
+                        hard_iface->net_dev->name, hard_iface->net_dev->mtu,
+                        ETH_DATA_LEN + BAT_HEADER_LEN);
 
        if (!atomic_read(&bat_priv->fragmentation) && hard_iface->net_dev->mtu <
                ETH_DATA_LEN + BAT_HEADER_LEN)
                bat_info(hard_iface->soft_iface,
-                       "The MTU of interface %s is too small (%i) to handle "
-                       "the transport of batman-adv packets. If you experience"
-                       " problems getting traffic through try increasing the "
-                       "MTU to %zi.\n",
-                       hard_iface->net_dev->name, hard_iface->net_dev->mtu,
-                       ETH_DATA_LEN + BAT_HEADER_LEN);
+                        "The MTU of interface %s is too small (%i) to handle "
+                        "the transport of batman-adv packets. If you "
+                        "experience problems getting traffic through try "
+                        "increasing the MTU to %zi.\n",
+                        hard_iface->net_dev->name, hard_iface->net_dev->mtu,
+                        ETH_DATA_LEN + BAT_HEADER_LEN);
 
        if (hardif_is_iface_up(hard_iface))
                hardif_activate_interface(hard_iface);
                goto err_free;
 
        /* expect a valid ethernet header here. */
-       if (unlikely(skb->mac_len != sizeof(struct ethhdr)
-                               || !skb_mac_header(skb)))
+       if (unlikely(skb->mac_len != sizeof(struct ethhdr) ||
+                    !skb_mac_header(skb)))
                goto err_free;
 
        if (!hard_iface->soft_iface)
 
 
        frag_list_free(&orig_node->frag_list);
        tt_global_del_orig(orig_node->bat_priv, orig_node,
-                           "originator timed out");
+                          "originator timed out");
 
        kfree(orig_node->tt_buff);
        kfree(orig_node->bcast_own);
                return true;
        } else {
                if (purge_orig_neighbors(bat_priv, orig_node,
-                                                       &best_neigh_node)) {
+                                        &best_neigh_node))
                        update_route(bat_priv, orig_node, best_neigh_node);
-               }
        }
 
        return false;
 
                bat_dbg(DBG_ROUTES, bat_priv, "Deleting route towards: %pM\n",
                        orig_node->orig);
                tt_global_del_orig(bat_priv, orig_node,
-                                   "Deleted route towards originator");
+                                  "Deleted route towards originator");
 
        /* route added */
        } else if ((!curr_router) && (neigh_node)) {
 int window_protected(struct bat_priv *bat_priv, int32_t seq_num_diff,
                     unsigned long *last_reset)
 {
-       if ((seq_num_diff <= -TQ_LOCAL_WINDOW_SIZE)
-               || (seq_num_diff >= EXPECTED_SEQNO_RANGE)) {
+       if ((seq_num_diff <= -TQ_LOCAL_WINDOW_SIZE) ||
+           (seq_num_diff >= EXPECTED_SEQNO_RANGE)) {
                if (has_timed_out(*last_reset, RESET_PROTECTION_MS)) {
 
                        *last_reset = jiffies;
        if ((hdr_size == sizeof(struct icmp_packet_rr)) &&
            (icmp_packet->rr_cur < BAT_RR_LEN)) {
                memcpy(&(icmp_packet->rr[icmp_packet->rr_cur]),
-                       ethhdr->h_dest, ETH_ALEN);
+                      ethhdr->h_dest, ETH_ALEN);
                icmp_packet->rr_cur++;
        }
 
 
                                          &softif_neigh_vid->softif_neigh_list,
                                          list) {
                        if ((!has_timed_out(softif_neigh->last_seen,
-                                          SOFTIF_NEIGH_TIMEOUT)) &&
+                                           SOFTIF_NEIGH_TIMEOUT)) &&
                            (atomic_read(&bat_priv->mesh_state) == MESH_ACTIVE))
                                continue;
 
 
        atomic_set(&bat_priv->tt_local_changes, 0);
 
        list_for_each_entry_safe(entry, safe, &bat_priv->tt_changes_list,
-                       list) {
+                                list) {
                if (count < tot_changes) {
                        memcpy(buff + tt_len(count),
                               &entry->change, sizeof(struct tt_change));
                hlist_for_each_entry_rcu(tt_common_entry, node,
                                         head, hash_entry) {
                        seq_printf(seq, " * %pM [%c%c%c%c%c]\n",
-                                       tt_common_entry->addr,
-                                       (tt_common_entry->flags &
-                                        TT_CLIENT_ROAM ? 'R' : '.'),
-                                       (tt_common_entry->flags &
-                                        TT_CLIENT_NOPURGE ? 'P' : '.'),
-                                       (tt_common_entry->flags &
-                                        TT_CLIENT_NEW ? 'N' : '.'),
-                                       (tt_common_entry->flags &
-                                        TT_CLIENT_PENDING ? 'X' : '.'),
-                                       (tt_common_entry->flags &
-                                        TT_CLIENT_WIFI ? 'W' : '.'));
+                                  tt_common_entry->addr,
+                                  (tt_common_entry->flags &
+                                   TT_CLIENT_ROAM ? 'R' : '.'),
+                                  (tt_common_entry->flags &
+                                   TT_CLIENT_NOPURGE ? 'P' : '.'),
+                                  (tt_common_entry->flags &
+                                   TT_CLIENT_NEW ? 'N' : '.'),
+                                  (tt_common_entry->flags &
+                                   TT_CLIENT_PENDING ? 'X' : '.'),
+                                  (tt_common_entry->flags &
+                                   TT_CLIENT_WIFI ? 'W' : '.'));
                }
                rcu_read_unlock();
        }
 
                spin_lock_bh(list_lock);
                hlist_for_each_entry_safe(tt_common_entry, node, safe,
-                                        head, hash_entry) {
+                                         head, hash_entry) {
                        tt_global_entry = container_of(tt_common_entry,
                                                       struct tt_global_entry,
                                                       common);