aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/wusbcore/security.c
diff options
context:
space:
mode:
authorRahul Bedarkar <rahulbedarkar89@gmail.com>2014-01-04 02:07:52 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-01-07 19:17:41 -0500
commit1076e7a4d91230eb277735ce297fe544c0202d30 (patch)
tree6b16429cb4a6f7c17249e93428e2137da7c4f3df /drivers/usb/wusbcore/security.c
parent025d44309f92bd5e3d1b2c7fab66836ab25b541b (diff)
USB: wusbcore: correct spelling mistakes in comments and error string
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/wusbcore/security.c')
-rw-r--r--drivers/usb/wusbcore/security.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/wusbcore/security.c b/drivers/usb/wusbcore/security.c
index 790c0b5c354c..c322dca5ee4b 100644
--- a/drivers/usb/wusbcore/security.c
+++ b/drivers/usb/wusbcore/security.c
@@ -56,7 +56,7 @@ void wusbhc_sec_destroy(struct wusbhc *wusbhc)
56 * @wusb_dev: the device whose PTK the TKID is for 56 * @wusb_dev: the device whose PTK the TKID is for
57 * (or NULL for a TKID for a GTK) 57 * (or NULL for a TKID for a GTK)
58 * 58 *
59 * The generated TKID consist of two parts: the device's authenicated 59 * The generated TKID consists of two parts: the device's authenticated
60 * address (or 0 or a GTK); and an incrementing number. This ensures 60 * address (or 0 or a GTK); and an incrementing number. This ensures
61 * that TKIDs cannot be shared between devices and by the time the 61 * that TKIDs cannot be shared between devices and by the time the
62 * incrementing number wraps around the older TKIDs will no longer be 62 * incrementing number wraps around the older TKIDs will no longer be