diff options
author | Jean Delvare <khali@linux-fr.org> | 2007-10-19 17:22:55 -0400 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2007-10-19 17:22:55 -0400 |
commit | c03983ac9b268d4bbb8c2600baba5798aefa9d5d (patch) | |
tree | 09c351d4c6174a7b7ed3357d391ff839143160c4 /drivers/net | |
parent | db955170d40601d9925f01712782fbe3ce362b7e (diff) |
Spelling fix: explicitly
From: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/bcm43xx/bcm43xx_xmit.h | 2 | ||||
-rw-r--r-- | drivers/net/wireless/ipw2100.c | 4 | ||||
-rw-r--r-- | drivers/net/wireless/ipw2200.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/wireless/bcm43xx/bcm43xx_xmit.h b/drivers/net/wireless/bcm43xx/bcm43xx_xmit.h index 9ecf2bf0d25d..47c135a7f4dc 100644 --- a/drivers/net/wireless/bcm43xx/bcm43xx_xmit.h +++ b/drivers/net/wireless/bcm43xx/bcm43xx_xmit.h | |||
@@ -87,7 +87,7 @@ void bcm43xx_generate_txhdr(struct bcm43xx_private *bcm, | |||
87 | 87 | ||
88 | /* RX header as received from the hardware. */ | 88 | /* RX header as received from the hardware. */ |
89 | struct bcm43xx_rxhdr { | 89 | struct bcm43xx_rxhdr { |
90 | /* Frame Length. Must be generated explicitely in PIO mode. */ | 90 | /* Frame Length. Must be generated explicitly in PIO mode. */ |
91 | __le16 frame_length; | 91 | __le16 frame_length; |
92 | PAD_BYTES(2); | 92 | PAD_BYTES(2); |
93 | /* Flags field 1 */ | 93 | /* Flags field 1 */ |
diff --git a/drivers/net/wireless/ipw2100.c b/drivers/net/wireless/ipw2100.c index c144e3cdb890..92314c365afd 100644 --- a/drivers/net/wireless/ipw2100.c +++ b/drivers/net/wireless/ipw2100.c | |||
@@ -6012,7 +6012,7 @@ static struct net_device *ipw2100_alloc_device(struct pci_dev *pci_dev, | |||
6012 | * ends up causing problems. So, we just handle | 6012 | * ends up causing problems. So, we just handle |
6013 | * the WX extensions through the ipw2100_ioctl interface */ | 6013 | * the WX extensions through the ipw2100_ioctl interface */ |
6014 | 6014 | ||
6015 | /* memset() puts everything to 0, so we only have explicitely set | 6015 | /* memset() puts everything to 0, so we only have explicitly set |
6016 | * those values that need to be something else */ | 6016 | * those values that need to be something else */ |
6017 | 6017 | ||
6018 | /* If power management is turned on, default to AUTO mode */ | 6018 | /* If power management is turned on, default to AUTO mode */ |
@@ -7470,7 +7470,7 @@ static int ipw2100_wx_set_power(struct net_device *dev, | |||
7470 | switch (wrqu->power.flags & IW_POWER_MODE) { | 7470 | switch (wrqu->power.flags & IW_POWER_MODE) { |
7471 | case IW_POWER_ON: /* If not specified */ | 7471 | case IW_POWER_ON: /* If not specified */ |
7472 | case IW_POWER_MODE: /* If set all mask */ | 7472 | case IW_POWER_MODE: /* If set all mask */ |
7473 | case IW_POWER_ALL_R: /* If explicitely state all */ | 7473 | case IW_POWER_ALL_R: /* If explicitly state all */ |
7474 | break; | 7474 | break; |
7475 | default: /* Otherwise we don't support it */ | 7475 | default: /* Otherwise we don't support it */ |
7476 | IPW_DEBUG_WX("SET PM Mode: %X not supported.\n", | 7476 | IPW_DEBUG_WX("SET PM Mode: %X not supported.\n", |
diff --git a/drivers/net/wireless/ipw2200.c b/drivers/net/wireless/ipw2200.c index feb8fcbab2d5..e3c828401b9a 100644 --- a/drivers/net/wireless/ipw2200.c +++ b/drivers/net/wireless/ipw2200.c | |||
@@ -9603,7 +9603,7 @@ static int ipw_wx_set_power(struct net_device *dev, | |||
9603 | switch (wrqu->power.flags & IW_POWER_MODE) { | 9603 | switch (wrqu->power.flags & IW_POWER_MODE) { |
9604 | case IW_POWER_ON: /* If not specified */ | 9604 | case IW_POWER_ON: /* If not specified */ |
9605 | case IW_POWER_MODE: /* If set all mask */ | 9605 | case IW_POWER_MODE: /* If set all mask */ |
9606 | case IW_POWER_ALL_R: /* If explicitely state all */ | 9606 | case IW_POWER_ALL_R: /* If explicitly state all */ |
9607 | break; | 9607 | break; |
9608 | default: /* Otherwise we don't support it */ | 9608 | default: /* Otherwise we don't support it */ |
9609 | IPW_DEBUG_WX("SET PM Mode: %X not supported.\n", | 9609 | IPW_DEBUG_WX("SET PM Mode: %X not supported.\n", |