aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rt2860/common
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-06-11 06:17:03 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-06-22 17:58:01 -0400
commit37523e84cbf1d82fcc8237ed10818d37b951144e (patch)
tree64125a3a3d35b7a937ea9ca8804bb0752f05c552 /drivers/staging/rt2860/common
parent429ccf058bc201734a9a77b4126ee64930bad19b (diff)
staging/trivial: fix typos concerning "initiali[zs]e"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/rt2860/common')
-rw-r--r--drivers/staging/rt2860/common/cmm_wpa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rt2860/common/cmm_wpa.c b/drivers/staging/rt2860/common/cmm_wpa.c
index c16f3763cca..9414aa34437 100644
--- a/drivers/staging/rt2860/common/cmm_wpa.c
+++ b/drivers/staging/rt2860/common/cmm_wpa.c
@@ -427,7 +427,7 @@ void RTMPToWirelessSta(struct rt_rtmp_adapter *pAd,
427/* 427/*
428 ========================================================================== 428 ==========================================================================
429 Description: 429 Description:
430 This is a function to initilize 4-way handshake 430 This is a function to initialize 4-way handshake
431 431
432 Return: 432 Return:
433 433
@@ -867,7 +867,7 @@ void PeerPairMsg3Action(struct rt_rtmp_adapter *pAd,
867 ========================================================================== 867 ==========================================================================
868 Description: 868 Description:
869 When receiving the last packet of 4-way pairwisekey handshake. 869 When receiving the last packet of 4-way pairwisekey handshake.
870 Initilize 2-way groupkey handshake following. 870 Initialize 2-way groupkey handshake following.
871 Return: 871 Return:
872 ========================================================================== 872 ==========================================================================
873*/ 873*/