diff options
author | Joe Perches <joe@perches.com> | 2016-09-26 21:56:21 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2016-09-27 15:00:48 +0300 |
commit | e13dbead976d79968bd616b924f300cdaf15f852 (patch) | |
tree | ed45db341af8ad94e181cd7ca904222903cf26ce /drivers/net/wireless/ath/ath10k/targaddrs.h | |
parent | 2df86ad959c9d1cdbeb2f23a0801857731156692 (diff) | |
download | linux-rpi-e13dbead976d79968bd616b924f300cdaf15f852.tar.gz linux-rpi-e13dbead976d79968bd616b924f300cdaf15f852.tar.bz2 linux-rpi-e13dbead976d79968bd616b924f300cdaf15f852.zip |
ath10k: spelling and miscellaneous neatening
Correct some trivial comment typos.
Remove unnecessary parentheses in a long line.
Signed-off-by: Joe Perches <joe@perches.com>
[kvalo@qca.qualcomm.com: drop the change for return]
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/targaddrs.h')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/targaddrs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/targaddrs.h b/drivers/net/wireless/ath/ath10k/targaddrs.h index aaf53a81e78b..a47cab44d9c8 100644 --- a/drivers/net/wireless/ath/ath10k/targaddrs.h +++ b/drivers/net/wireless/ath/ath10k/targaddrs.h @@ -405,7 +405,7 @@ Fw Mode/SubMode Mask * 1. target firmware would check magic number and if it's a match, firmware * would consider the bits[0:15] are valid and base on that to calculate * the end of DRAM. Early allocation would be located at that area and - * may be reclaimed when necesary + * may be reclaimed when necessary * 2. if no magic number is found, early allocation would happen at "_end" * symbol of ROM which is located before the app-data and might NOT be * re-claimable. If this is adopted, link script should keep this in |