diff options
author | stephen hemminger <stephen@networkplumber.org> | 2013-12-08 15:15:44 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-12-10 21:57:11 -0500 |
commit | 8e3bff96afa67369008153f3326fa5ce985cabab (patch) | |
tree | ee0e38aa3b976362016a9a9727c60be63aed376e /net/core/net-sysfs.c | |
parent | 22a93216140e5097e8d9d2f99784cfd1c6158ee6 (diff) |
net: more spelling fixes
Various spelling fixes in networking stack
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/net-sysfs.c')
-rw-r--r-- | net/core/net-sysfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/core/net-sysfs.c b/net/core/net-sysfs.c index f3edf9635e02..1a7b7b1df0d1 100644 --- a/net/core/net-sysfs.c +++ b/net/core/net-sysfs.c | |||
@@ -676,8 +676,8 @@ static ssize_t store_rps_dev_flow_table_cnt(struct netdev_rx_queue *queue, | |||
676 | while ((mask | (mask >> 1)) != mask) | 676 | while ((mask | (mask >> 1)) != mask) |
677 | mask |= (mask >> 1); | 677 | mask |= (mask >> 1); |
678 | /* On 64 bit arches, must check mask fits in table->mask (u32), | 678 | /* On 64 bit arches, must check mask fits in table->mask (u32), |
679 | * and on 32bit arches, must check RPS_DEV_FLOW_TABLE_SIZE(mask + 1) | 679 | * and on 32bit arches, must check |
680 | * doesnt overflow. | 680 | * RPS_DEV_FLOW_TABLE_SIZE(mask + 1) doesn't overflow. |
681 | */ | 681 | */ |
682 | #if BITS_PER_LONG > 32 | 682 | #if BITS_PER_LONG > 32 |
683 | if (mask > (unsigned long)(u32)mask) | 683 | if (mask > (unsigned long)(u32)mask) |