summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/fusbh200-hcd.c
diff options
context:
space:
mode:
authorMasanari Iida2014-11-05 14:26:48 +0100
committerJiri Kosina2014-11-20 14:56:11 +0100
commit6774def6422f6eac53f1828c317bf3b08a8f5a60 (patch)
tree18c39aa5062202e7efa5e3f4d119abf79e90515d /drivers/usb/host/fusbh200-hcd.c
parentARM: dts: bcm63138: change "interupts" to "interrupts" (diff)
downloadkernel-qcow2-linux-6774def6422f6eac53f1828c317bf3b08a8f5a60.tar.gz
kernel-qcow2-linux-6774def6422f6eac53f1828c317bf3b08a8f5a60.tar.xz
kernel-qcow2-linux-6774def6422f6eac53f1828c317bf3b08a8f5a60.zip
treewide: fix typo in printk and Kconfig
This patch fix spelling typo in printk and Kconfig within various part of kernel sources. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/usb/host/fusbh200-hcd.c')
-rw-r--r--drivers/usb/host/fusbh200-hcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/fusbh200-hcd.c b/drivers/usb/host/fusbh200-hcd.c
index abe42f31559f..664d2aa1239c 100644
--- a/drivers/usb/host/fusbh200-hcd.c
+++ b/drivers/usb/host/fusbh200-hcd.c
@@ -4893,7 +4893,7 @@ static ssize_t store_uframe_periodic_max(struct device *dev,
if (allocated_max > uframe_periodic_max) {
fusbh200_info(fusbh200,
- "cannot decrease uframe_periodic_max becase "
+ "cannot decrease uframe_periodic_max because "
"periodic bandwidth is already allocated "
"(%u > %u)\n",
allocated_max, uframe_periodic_max);