From: Justin P. Mattock Date: Mon, 19 Mar 2012 15:17:50 +0000 (-0700) Subject: staging:ozwpan:ozhcd.c Fix typos in staging:ozwpan X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=595914fea321fdd6c3664ce6b6a33c12930c24c7;p=~shefty%2Frdma-dev.git staging:ozwpan:ozhcd.c Fix typos in staging:ozwpan The below patch fixes a typo that I found while reading. Signed-off-by: Justin P. Mattock Acked-by: Chris Kelly Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ozwpan/ozhcd.c b/drivers/staging/ozwpan/ozhcd.c index 750b14eb505..cfa25e846ca 100644 --- a/drivers/staging/ozwpan/ozhcd.c +++ b/drivers/staging/ozwpan/ozhcd.c @@ -1463,7 +1463,7 @@ static void oz_process_ep0_urb(struct oz_hcd *ozhcd, struct urb *urb, rc = -ENOMEM; } else { /* Note: we are queuing the request after we have - * submitted it to be tranmitted. If the request were + * submitted it to be transmitted. If the request were * to complete before we queued it then it would not * be found in the queue. It seems impossible for * this to happen but if it did the request would