Merge branch 'skb_hash'
[cascardo/linux.git] / net / core / net-sysfs.c
index f3edf96..1a7b7b1 100644 (file)
@@ -676,8 +676,8 @@ static ssize_t store_rps_dev_flow_table_cnt(struct netdev_rx_queue *queue,
                while ((mask | (mask >> 1)) != mask)
                        mask |= (mask >> 1);
                /* On 64 bit arches, must check mask fits in table->mask (u32),
-                * and on 32bit arches, must check RPS_DEV_FLOW_TABLE_SIZE(mask + 1)
-                * doesnt overflow.
+                * and on 32bit arches, must check
+                * RPS_DEV_FLOW_TABLE_SIZE(mask + 1) doesn't overflow.
                 */
 #if BITS_PER_LONG > 32
                if (mask > (unsigned long)(u32)mask)