Commit 06125beb authored by Justin P. Mattock's avatar Justin P. Mattock Committed by Greg Kroah-Hartman

usb: host: uhci-hcd.c Remove one to many n's in a word.

The Patch below removes one to many "n's" in a word..
Signed-off-by: default avatarJustin P. Mattock <justinmattock@gmail.com>
CC: Alan Stern <stern@rowland.harvard.edu>
CC: linux-usb@vger.kernel.org
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 601e72a0
...@@ -471,7 +471,7 @@ static irqreturn_t uhci_irq(struct usb_hcd *hcd) ...@@ -471,7 +471,7 @@ static irqreturn_t uhci_irq(struct usb_hcd *hcd)
/* /*
* Store the current frame number in uhci->frame_number if the controller * Store the current frame number in uhci->frame_number if the controller
* is runnning. Expand from 11 bits (of which we use only 10) to a * is running. Expand from 11 bits (of which we use only 10) to a
* full-sized integer. * full-sized integer.
* *
* Like many other parts of the driver, this code relies on being polled * Like many other parts of the driver, this code relies on being polled
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment