aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-08-22 06:11:26 -0400
committerJiri Kosina <jkosina@suse.cz>2012-11-19 08:16:09 -0500
commit02582e9bcc36ed503ffede46e104a885dea222fb (patch)
treef3558e4c1c32911ff6ba207bf02ecba70a2571b7 /drivers/net
parentd7558148084de03e5a87b5d2e602de048ac1a476 (diff)
treewide: fix typo of "suport" in various comments and Kconfig
Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/bonding/bonding.h2
-rw-r--r--drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c2
-rw-r--r--drivers/net/ethernet/micrel/ksz884x.c2
-rw-r--r--drivers/net/wireless/atmel.c2
-rw-r--r--drivers/net/wireless/ipw2x00/ipw2100.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/drivers/net/bonding/bonding.h b/drivers/net/bonding/bonding.h
index f8af2fcd3d16..486b1cbd8da8 100644
--- a/drivers/net/bonding/bonding.h
+++ b/drivers/net/bonding/bonding.h
@@ -244,7 +244,7 @@ struct bonding {
244 struct delayed_work ad_work; 244 struct delayed_work ad_work;
245 struct delayed_work mcast_work; 245 struct delayed_work mcast_work;
246#ifdef CONFIG_DEBUG_FS 246#ifdef CONFIG_DEBUG_FS
247 /* debugging suport via debugfs */ 247 /* debugging support via debugfs */
248 struct dentry *debug_dir; 248 struct dentry *debug_dir;
249#endif /* CONFIG_DEBUG_FS */ 249#endif /* CONFIG_DEBUG_FS */
250}; 250};
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
index 614981c02264..a4fb5c0207be 100644
--- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
+++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
@@ -4318,7 +4318,7 @@ static int bnx2x_queue_comp_cmd(struct bnx2x *bp,
4318 4318
4319 if (o->next_tx_only >= o->max_cos) 4319 if (o->next_tx_only >= o->max_cos)
4320 /* >= becuase tx only must always be smaller than cos since the 4320 /* >= becuase tx only must always be smaller than cos since the
4321 * primary connection suports COS 0 4321 * primary connection supports COS 0
4322 */ 4322 */
4323 BNX2X_ERR("illegal value for next tx_only: %d. max cos was %d", 4323 BNX2X_ERR("illegal value for next tx_only: %d. max cos was %d",
4324 o->next_tx_only, o->max_cos); 4324 o->next_tx_only, o->max_cos);
diff --git a/drivers/net/ethernet/micrel/ksz884x.c b/drivers/net/ethernet/micrel/ksz884x.c
index 318fee91c79d..693a88dddb48 100644
--- a/drivers/net/ethernet/micrel/ksz884x.c
+++ b/drivers/net/ethernet/micrel/ksz884x.c
@@ -6767,7 +6767,7 @@ static int stp;
6767/* 6767/*
6768 * This enables fast aging in the KSZ8842 switch. Not sure what situation 6768 * This enables fast aging in the KSZ8842 switch. Not sure what situation
6769 * needs that. However, fast aging is used to flush the dynamic MAC table when 6769 * needs that. However, fast aging is used to flush the dynamic MAC table when
6770 * STP suport is enabled. 6770 * STP support is enabled.
6771 */ 6771 */
6772static int fast_aging; 6772static int fast_aging;
6773 6773
diff --git a/drivers/net/wireless/atmel.c b/drivers/net/wireless/atmel.c
index 4a4e98f71807..4374079dfc2a 100644
--- a/drivers/net/wireless/atmel.c
+++ b/drivers/net/wireless/atmel.c
@@ -2963,7 +2963,7 @@ static void send_association_request(struct atmel_private *priv, int is_reassoc)
2963 ssid_el_p[1] = priv->SSID_size; 2963 ssid_el_p[1] = priv->SSID_size;
2964 memcpy(ssid_el_p + 2, priv->SSID, priv->SSID_size); 2964 memcpy(ssid_el_p + 2, priv->SSID, priv->SSID_size);
2965 ssid_el_p[2 + priv->SSID_size] = WLAN_EID_SUPP_RATES; 2965 ssid_el_p[2 + priv->SSID_size] = WLAN_EID_SUPP_RATES;
2966 ssid_el_p[3 + priv->SSID_size] = 4; /* len of suported rates */ 2966 ssid_el_p[3 + priv->SSID_size] = 4; /* len of supported rates */
2967 memcpy(ssid_el_p + 4 + priv->SSID_size, atmel_basic_rates, 4); 2967 memcpy(ssid_el_p + 4 + priv->SSID_size, atmel_basic_rates, 4);
2968 2968
2969 atmel_transmit_management_frame(priv, &header, (void *)&body, bodysize); 2969 atmel_transmit_management_frame(priv, &header, (void *)&body, bodysize);
diff --git a/drivers/net/wireless/ipw2x00/ipw2100.h b/drivers/net/wireless/ipw2x00/ipw2100.h
index 973125242490..5fe17cbab1f3 100644
--- a/drivers/net/wireless/ipw2x00/ipw2100.h
+++ b/drivers/net/wireless/ipw2x00/ipw2100.h
@@ -1045,7 +1045,7 @@ typedef enum _ORDINAL_TABLE_1 { // NS - means Not Supported by FW
1045 IPW_ORD_POWER_MGMT_MODE, // Power mode - 0=CAM, 1=PSP 1045 IPW_ORD_POWER_MGMT_MODE, // Power mode - 0=CAM, 1=PSP
1046 IPW_ORD_POWER_MGMT_INDEX, //NS // 1046 IPW_ORD_POWER_MGMT_INDEX, //NS //
1047 IPW_ORD_COUNTRY_CODE, // IEEE country code as recv'd from beacon 1047 IPW_ORD_COUNTRY_CODE, // IEEE country code as recv'd from beacon
1048 IPW_ORD_COUNTRY_CHANNELS, // channels suported by country 1048 IPW_ORD_COUNTRY_CHANNELS, // channels supported by country
1049// IPW_ORD_COUNTRY_CHANNELS: 1049// IPW_ORD_COUNTRY_CHANNELS:
1050// For 11b the lower 2-byte are used for channels from 1-14 1050// For 11b the lower 2-byte are used for channels from 1-14
1051// and the higher 2-byte are not used. 1051// and the higher 2-byte are not used.