From: Colin Ian King <colin.k...@canonical.com>

trivial fix to spelling mistake

Signed-off-by: Colin Ian King <colin.k...@canonical.com>
---
 drivers/usb/gadget/udc/bdc/bdc_ep.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/gadget/udc/bdc/bdc_ep.c 
b/drivers/usb/gadget/udc/bdc/bdc_ep.c
index d619950..b48b259 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;
                }
 
-- 
2.8.1

Reply via email to