summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/bootrom.c
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2016-04-21 08:13:01 +0530
committerGreg Kroah-Hartman <gregkh@google.com>2016-04-21 11:43:35 +0900
commitde86e251f87fbc22efc935911f570c97f9b95cac (patch)
tree16a84d8fd9dd149209c9e491dedf35ef62d62ef0 /drivers/staging/greybus/bootrom.c
parent698bdcbf87f3c8a2f998058d58f4baa8ab8e192a (diff)
downloadop-kernel-dev-de86e251f87fbc22efc935911f570c97f9b95cac.zip
op-kernel-dev-de86e251f87fbc22efc935911f570c97f9b95cac.tar.gz
greybus: bootrom: fix typo
s/Firware/Firmware Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/bootrom.c')
-rw-r--r--drivers/staging/greybus/bootrom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/bootrom.c b/drivers/staging/greybus/bootrom.c
index 3cbe9fe..cf750be 100644
--- a/drivers/staging/greybus/bootrom.c
+++ b/drivers/staging/greybus/bootrom.c
@@ -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;
}
OpenPOWER on IntegriCloud