提交 f7d74de3 编写于 作者: C Colin Ian King 提交者: Felipe Balbi

usb: gadget: bdc: fix spelling mistake: "allocted" -> "allocated"

trivial fix to spelling mistake
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NFelipe Balbi <felipe.balbi@linux.intel.com>
上级 bd8dc737
...@@ -81,7 +81,7 @@ static void ep_bd_list_free(struct bdc_ep *ep, u32 num_tabs) ...@@ -81,7 +81,7 @@ static void ep_bd_list_free(struct bdc_ep *ep, u32 num_tabs)
continue; continue;
} }
if (!bd_table->start_bd) { 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; continue;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册