]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - net/batman-adv/bat_iv_ogm.c
batman-adv: Don't begin block comments with only a /* line
[mirror_ubuntu-zesty-kernel.git] / net / batman-adv / bat_iv_ogm.c
index 677997b5c485304666c28123867d8991f6f6ef28..a6d5d63fb6ad9da8c7f82e87a44a2cb6f2b01935 100644 (file)
@@ -779,8 +779,7 @@ static int bat_iv_ogm_calc_tq(struct orig_node *orig_node,
                 * information */
                tq_own = (TQ_MAX_VALUE * total_count) / neigh_rq_count;
 
-       /*
-        * 1 - ((1-x) ** 3), normalized to TQ_MAX_VALUE this does
+       /* 1 - ((1-x) ** 3), normalized to TQ_MAX_VALUE this does
         * affect the nearly-symmetric links only a little, but
         * punishes asymmetric links more.  This will give a value
         * between 0 and TQ_MAX_VALUE