usb: gadget: configfs: fix typo
[firefly-linux-kernel-4.4.55.git] / drivers / usb / gadget / configfs.c
index dcead559a61e935695369a416e84ec46ef184136..b5e965ec8b61bf25751212f1a948f8865babe574 100644 (file)
@@ -793,7 +793,7 @@ static int configfs_composite_bind(struct usb_gadget *gadget,
        ret = -EINVAL;
 
        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);
                goto err_comp_cleanup;
        }
@@ -804,7 +804,7 @@ static int configfs_composite_bind(struct usb_gadget *gadget,
 
                cfg = container_of(c, struct config_usb_cfg, c);
                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,
                              gi->composite.name);
                        goto err_comp_cleanup;