greybus: bootrom: fix typo
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 21 Apr 2016 02:43:01 +0000 (08:13 +0530)
committerGreg Kroah-Hartman <gregkh@google.com>
Thu, 21 Apr 2016 02:43:35 +0000 (11:43 +0900)
s/Firware/Firmware

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/bootrom.c

index 3cbe9fe..cf750be 100644 (file)
@@ -101,7 +101,7 @@ static int download_firmware(struct gb_bootrom *bootrom, u8 stage)
                &connection->bundle->dev);
        if (rc)
                dev_err(&connection->bundle->dev,
-                       "Firware request for %s has failed : %d",
+                       "Firmware request for %s has failed : %d",
                        firmware_name, rc);
        return rc;
 }