diff options
-rw-r--r-- | include/linux/if_vlan.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/if_vlan.h b/include/linux/if_vlan.h index b9ab677c0c0a..a40d29846ac2 100644 --- a/include/linux/if_vlan.h +++ b/include/linux/if_vlan.h | |||
@@ -416,7 +416,7 @@ static inline void __vlan_hwaccel_put_tag(struct sk_buff *skb, | |||
416 | /** | 416 | /** |
417 | * __vlan_get_tag - get the VLAN ID that is part of the payload | 417 | * __vlan_get_tag - get the VLAN ID that is part of the payload |
418 | * @skb: skbuff to query | 418 | * @skb: skbuff to query |
419 | * @vlan_tci: buffer to store vlaue | 419 | * @vlan_tci: buffer to store value |
420 | * | 420 | * |
421 | * Returns error if the skb is not of VLAN type | 421 | * Returns error if the skb is not of VLAN type |
422 | */ | 422 | */ |
@@ -435,7 +435,7 @@ static inline int __vlan_get_tag(const struct sk_buff *skb, u16 *vlan_tci) | |||
435 | /** | 435 | /** |
436 | * __vlan_hwaccel_get_tag - get the VLAN ID that is in @skb->cb[] | 436 | * __vlan_hwaccel_get_tag - get the VLAN ID that is in @skb->cb[] |
437 | * @skb: skbuff to query | 437 | * @skb: skbuff to query |
438 | * @vlan_tci: buffer to store vlaue | 438 | * @vlan_tci: buffer to store value |
439 | * | 439 | * |
440 | * Returns error if @skb->vlan_tci is not set correctly | 440 | * Returns error if @skb->vlan_tci is not set correctly |
441 | */ | 441 | */ |
@@ -456,7 +456,7 @@ static inline int __vlan_hwaccel_get_tag(const struct sk_buff *skb, | |||
456 | /** | 456 | /** |
457 | * vlan_get_tag - get the VLAN ID from the skb | 457 | * vlan_get_tag - get the VLAN ID from the skb |
458 | * @skb: skbuff to query | 458 | * @skb: skbuff to query |
459 | * @vlan_tci: buffer to store vlaue | 459 | * @vlan_tci: buffer to store value |
460 | * | 460 | * |
461 | * Returns error if the skb is not VLAN tagged | 461 | * Returns error if the skb is not VLAN tagged |
462 | */ | 462 | */ |