diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2009-10-28 20:11:03 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-12-04 15:39:50 +0100 |
commit | bf48aabb894fd0639ab72a26e8abbd7683ef23c2 (patch) | |
tree | cd7ba4504558ed518126966fa79f18adf2f37fd6 /drivers/net | |
parent | fb3d38b9904888aa8e36d88b2388dc70934b2169 (diff) | |
download | linux-3.10-bf48aabb894fd0639ab72a26e8abbd7683ef23c2.tar.gz linux-3.10-bf48aabb894fd0639ab72a26e8abbd7683ef23c2.tar.bz2 linux-3.10-bf48aabb894fd0639ab72a26e8abbd7683ef23c2.zip |
tree-wide: fix typos "offest" -> "offset"
This patch was generated by
git grep -E -i -l 'offest' | xargs -r perl -p -i -e 's/offest/offset/'
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/eeprom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath5k/eeprom.c b/drivers/net/wireless/ath/ath5k/eeprom.c index 644962adda9..81ea52c4faf 100644 --- a/drivers/net/wireless/ath/ath5k/eeprom.c +++ b/drivers/net/wireless/ath/ath5k/eeprom.c @@ -1492,7 +1492,7 @@ ath5k_eeprom_read_target_rate_pwr_info(struct ath5k_hw *ah, unsigned int mode) * This info is used to calibrate the baseband power table. Imagine * that for each channel there is a power curve that's hw specific * (depends on amplifier etc) and we try to "correct" this curve using - * offests we pass on to phy chip (baseband -> before amplifier) so that + * offsets we pass on to phy chip (baseband -> before amplifier) so that * it can use accurate power values when setting tx power (takes amplifier's * performance on each channel into account). * |