summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6655/wmgr.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-12-26 01:23:29 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-07 11:15:27 -0800
commit8d915d8c9b8c49ab4725e3d9a6d7b5a8b50751e7 (patch)
treee74f14b52e371972baff31b3448a71381ba8d679 /drivers/staging/vt6655/wmgr.c
parentd4d8bcd945c92c7da4b05f93c060e38b559065f0 (diff)
staging: vt6655: Fix typo in vt6655 driver
Correct spelling typo in comments within vt6655 driver. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655/wmgr.c')
-rw-r--r--drivers/staging/vt6655/wmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6655/wmgr.c b/drivers/staging/vt6655/wmgr.c
index b6f99ecbbeb5..b08a611a184a 100644
--- a/drivers/staging/vt6655/wmgr.c
+++ b/drivers/staging/vt6655/wmgr.c
@@ -2068,7 +2068,7 @@ if(ChannelExceedZoneType(pDevice,byCurrChannel)==true)
if (pBSSList != NULL) {
- // Compare PHY paramater setting
+ // Compare PHY parameter setting
if (pMgmt->wCurrCapInfo != pBSSList->wCapInfo) {
bUpdatePhyParameter = true;
pMgmt->wCurrCapInfo = pBSSList->wCapInfo;