From: Colin Ian King Date: Sat, 4 Jun 2016 05:53:25 +0000 (+0100) Subject: usb: gadget: bdc: fix spelling mistake: "allocted" -> "allocated" X-Git-Tag: v4.8-rc1~191^2~23^2~14 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f7d74de355976cbab89eeefe0063771c0de71457;p=karo-tx-linux.git usb: gadget: bdc: fix spelling mistake: "allocted" -> "allocated" trivial fix to spelling mistake Signed-off-by: Colin Ian King Signed-off-by: Felipe Balbi --- diff --git a/drivers/usb/gadget/udc/bdc/bdc_ep.c b/drivers/usb/gadget/udc/bdc/bdc_ep.c index 650717e7192a..ccaa74ab6c0e 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; }