提交 4d9f872c 编写于 作者: P Peter Chen 提交者: Felipe Balbi

usb: gadget: configfs: fix typo

%s/atleast/at least
Signed-off-by: NPeter Chen <peter.chen@freescale.com>
Signed-off-by: NFelipe Balbi <balbi@ti.com>
上级 22a82507
...@@ -793,7 +793,7 @@ static int configfs_composite_bind(struct usb_gadget *gadget, ...@@ -793,7 +793,7 @@ static int configfs_composite_bind(struct usb_gadget *gadget,
ret = -EINVAL; ret = -EINVAL;
if (list_empty(&gi->cdev.configs)) { if (list_empty(&gi->cdev.configs)) {
pr_err("Need atleast one configuration in %s.\n", pr_err("Need at least one configuration in %s.\n",
gi->composite.name); gi->composite.name);
goto err_comp_cleanup; goto err_comp_cleanup;
} }
...@@ -804,7 +804,7 @@ static int configfs_composite_bind(struct usb_gadget *gadget, ...@@ -804,7 +804,7 @@ static int configfs_composite_bind(struct usb_gadget *gadget,
cfg = container_of(c, struct config_usb_cfg, c); cfg = container_of(c, struct config_usb_cfg, c);
if (list_empty(&cfg->func_list)) { if (list_empty(&cfg->func_list)) {
pr_err("Config %s/%d of %s needs atleast one function.\n", pr_err("Config %s/%d of %s needs at least one function.\n",
c->label, c->bConfigurationValue, c->label, c->bConfigurationValue,
gi->composite.name); gi->composite.name);
goto err_comp_cleanup; goto err_comp_cleanup;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册