aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ozwpan/ozusbsvc.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-04-25 23:28:35 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-04-25 10:59:16 -0700
commit8dc245970a25f51b3862fae7df782a5c0e1777fb (patch)
tree783b214fb2d6aa61933ea97e379a6b900998d2eb /drivers/staging/ozwpan/ozusbsvc.c
parentzsmalloc: use PageFlag macro instead of [set|test]_bit (diff)
downloadlinux-dev-8dc245970a25f51b3862fae7df782a5c0e1777fb.tar.xz
linux-dev-8dc245970a25f51b3862fae7df782a5c0e1777fb.zip
staging,ozwpan: Fix typo in comments within staging/ozwpan
Correct spelling in comments withon staging/ozwpan Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Chris Kelly <ckelly@ozmodevices.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ozwpan/ozusbsvc.c')
-rw-r--r--drivers/staging/ozwpan/ozusbsvc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/ozwpan/ozusbsvc.c b/drivers/staging/ozwpan/ozusbsvc.c
index 9e74f9602384..8fa7f256ad8c 100644
--- a/drivers/staging/ozwpan/ozusbsvc.c
+++ b/drivers/staging/ozwpan/ozusbsvc.c
@@ -7,7 +7,7 @@
* The implementation of this service is split into two parts the first of which
* is protocol independent and the second contains protocol specific details.
* This split is to allow alternative protocols to be defined.
- * The implemenation of this service uses ozhcd.c to implement a USB HCD.
+ * The implementation of this service uses ozhcd.c to implement a USB HCD.
* -----------------------------------------------------------------------------
*/
#include <linux/init.h>