瀏覽代碼

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>
Viresh Kumar 9 年之前
父節點
當前提交
de86e251f8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/staging/greybus/bootrom.c

+ 1 - 1
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;
 }