diff options
author | Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> | 2009-10-16 09:20:49 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-12-04 09:39:48 -0500 |
commit | 94e2bd688820aed72b4f8092f88c2ccf64e003de (patch) | |
tree | 988de1817ec5ebe40dc6f2901eb86987876c517f /drivers/net | |
parent | 65cb76baa1058d17d51ce948b697cdbd5dc97421 (diff) |
tree-wide: fix some typos and punctuation in comments
fix some typos and punctuation in comments
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/bonding/bond_alb.c | 2 | ||||
-rw-r--r-- | drivers/net/wireless/ath/ath5k/base.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/bonding/bond_alb.c b/drivers/net/bonding/bond_alb.c index 9b5936f072dc..a1e7eb92bbf1 100644 --- a/drivers/net/bonding/bond_alb.c +++ b/drivers/net/bonding/bond_alb.c | |||
@@ -559,7 +559,7 @@ static void rlb_update_rx_clients(struct bonding *bond) | |||
559 | } | 559 | } |
560 | } | 560 | } |
561 | 561 | ||
562 | /* do not update the entries again untill this counter is zero so that | 562 | /* do not update the entries again until this counter is zero so that |
563 | * not to confuse the clients. | 563 | * not to confuse the clients. |
564 | */ | 564 | */ |
565 | bond_info->rlb_update_delay_counter = RLB_UPDATE_DELAY; | 565 | bond_info->rlb_update_delay_counter = RLB_UPDATE_DELAY; |
diff --git a/drivers/net/wireless/ath/ath5k/base.h b/drivers/net/wireless/ath/ath5k/base.h index a28c42f32c9d..c79a65044b67 100644 --- a/drivers/net/wireless/ath/ath5k/base.h +++ b/drivers/net/wireless/ath/ath5k/base.h | |||
@@ -193,7 +193,7 @@ struct ath5k_softc { | |||
193 | struct ath5k_txq *cabq; /* content after beacon */ | 193 | struct ath5k_txq *cabq; /* content after beacon */ |
194 | 194 | ||
195 | int power_level; /* Requested tx power in dbm */ | 195 | int power_level; /* Requested tx power in dbm */ |
196 | bool assoc; /* assocate state */ | 196 | bool assoc; /* associate state */ |
197 | bool enable_beacon; /* true if beacons are on */ | 197 | bool enable_beacon; /* true if beacons are on */ |
198 | }; | 198 | }; |
199 | 199 | ||