summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2016-06-04 06:53:25 +0100
committerFelipe Balbi <felipe.balbi@linux.intel.com>2016-06-21 11:05:00 +0300
commitf7d74de355976cbab89eeefe0063771c0de71457 (patch)
tree7e36c41d8a7a06fcb25ec61608d902d4ca6c180a /drivers/usb/gadget/udc
parentbd8dc7375b7e147de0f09d8be89460d4143daf31 (diff)
downloadop-kernel-dev-f7d74de355976cbab89eeefe0063771c0de71457.zip
op-kernel-dev-f7d74de355976cbab89eeefe0063771c0de71457.tar.gz
usb: gadget: bdc: fix spelling mistake: "allocted" -> "allocated"
trivial fix to spelling mistake Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Diffstat (limited to 'drivers/usb/gadget/udc')
-rw-r--r--drivers/usb/gadget/udc/bdc/bdc_ep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/udc/bdc/bdc_ep.c b/drivers/usb/gadget/udc/bdc/bdc_ep.c
index 650717e7..ccaa74a 100644
--- a/drivers/usb/gadget/udc/bdc/bdc_ep.c
+++ b/drivers/usb/gadget/udc/bdc/bdc_ep.c
@@ -81,7 +81,7 @@ static void ep_bd_list_free(struct bdc_ep *ep, u32 num_tabs)
continue;
}
if (!bd_table->start_bd) {
- dev_dbg(bdc->dev, "bd dma pool not allocted\n");
+ dev_dbg(bdc->dev, "bd dma pool not allocated\n");
continue;
}
OpenPOWER on IntegriCloud