projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46ad7ce
)
arch/arm/mach-bcm283x/msg.c: Fix spelling of "Failed".
author
Vagrant Cascadian
<vagrant@debian.org>
Tue, 21 Dec 2021 21:06:52 +0000
(13:06 -0800)
committer
Tom Rini
<trini@konsulko.com>
Thu, 13 Jan 2022 12:57:49 +0000
(07:57 -0500)
arch/arm/mach-bcm283x/msg.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-bcm283x/msg.c
b/arch/arm/mach-bcm283x/msg.c
index 01a8ed2a7b1f84f275303bc182be59200abe85de..fe243e2dcaed7564c1ae86d7cbb9069aa0d92bfa 100644
(file)
--- a/
arch/arm/mach-bcm283x/msg.c
+++ b/
arch/arm/mach-bcm283x/msg.c
@@
-194,7
+194,7
@@
int bcm2711_notify_vl805_reset(void)
ret = bcm2835_mbox_call_prop(BCM2835_MBOX_PROP_CHAN,
&msg_notify_vl805_reset->hdr);
if (ret) {
- printf("bcm2711: Faild to load vl805's firmware, %d\n", ret);
+ printf("bcm2711: Fail
e
d to load vl805's firmware, %d\n", ret);
return -EIO;
}