diff options
author | Mark Rustad <mark.d.rustad@intel.com> | 2011-03-14 05:01:08 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-03-14 20:02:42 -0400 |
commit | 171f20e93b9d44a846bd5a41a583fdae13d26cd7 (patch) | |
tree | 2880d26b9b301e539c6571f42ebe9904e9dff8c7 /include/linux/dcbnl.h | |
parent | 698e1d23cfc15312be2e7665014afd98c49ae9a1 (diff) |
net: dcbnl: Fix misspellings
Fix a few spelling errors in dcbnl.h.
Signed-off-by: Mark Rustad <mark.d.rustad@intel.com>
Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/dcbnl.h')
-rw-r--r-- | include/linux/dcbnl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/dcbnl.h b/include/linux/dcbnl.h index 97c90b953c31..eedf79b7ef7e 100644 --- a/include/linux/dcbnl.h +++ b/include/linux/dcbnl.h | |||
@@ -26,13 +26,13 @@ | |||
26 | #define IEEE_8021QAZ_MAX_TCS 8 | 26 | #define IEEE_8021QAZ_MAX_TCS 8 |
27 | 27 | ||
28 | #define IEEE_8021QAZ_TSA_STRICT 0 | 28 | #define IEEE_8021QAZ_TSA_STRICT 0 |
29 | #define IEEE_8021QAZ_TSA_CB_SHABER 1 | 29 | #define IEEE_8021QAZ_TSA_CB_SHAPER 1 |
30 | #define IEEE_8021QAZ_TSA_ETS 2 | 30 | #define IEEE_8021QAZ_TSA_ETS 2 |
31 | #define IEEE_8021QAZ_TSA_VENDOR 255 | 31 | #define IEEE_8021QAZ_TSA_VENDOR 255 |
32 | 32 | ||
33 | /* This structure contains the IEEE 802.1Qaz ETS managed object | 33 | /* This structure contains the IEEE 802.1Qaz ETS managed object |
34 | * | 34 | * |
35 | * @willing: willing bit in ETS configuratin TLV | 35 | * @willing: willing bit in ETS configuration TLV |
36 | * @ets_cap: indicates supported capacity of ets feature | 36 | * @ets_cap: indicates supported capacity of ets feature |
37 | * @cbs: credit based shaper ets algorithm supported | 37 | * @cbs: credit based shaper ets algorithm supported |
38 | * @tc_tx_bw: tc tx bandwidth indexed by traffic class | 38 | * @tc_tx_bw: tc tx bandwidth indexed by traffic class |
@@ -92,7 +92,7 @@ struct ieee_pfc { | |||
92 | #define CEE_DCBX_MAX_PRIO 8 | 92 | #define CEE_DCBX_MAX_PRIO 8 |
93 | 93 | ||
94 | /** | 94 | /** |
95 | * struct cee_pg - CEE Prioity-Group managed object | 95 | * struct cee_pg - CEE Priority-Group managed object |
96 | * | 96 | * |
97 | * @willing: willing bit in the PG tlv | 97 | * @willing: willing bit in the PG tlv |
98 | * @error: error bit in the PG tlv | 98 | * @error: error bit in the PG tlv |