diff mbox series

[01/11] arch/arm/mach-bcm283x/msg.c: Fix spelling of "Failed".

Message ID 20211221210702.11123-1-vagrant@debian.org
State Accepted
Commit 11872975fd478ed08ea649142d85c15678a6f471
Delegated to: Tom Rini
Headers show
Series [01/11] arch/arm/mach-bcm283x/msg.c: Fix spelling of "Failed". | expand

Commit Message

Vagrant Cascadian Dec. 21, 2021, 9:06 p.m. UTC
---
 arch/arm/mach-bcm283x/msg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini Jan. 13, 2022, 2:24 p.m. UTC | #1
On Tue, Dec 21, 2021 at 01:06:52PM -0800, Vagrant Cascadian wrote:


Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/arch/arm/mach-bcm283x/msg.c b/arch/arm/mach-bcm283x/msg.c
index 01a8ed2a7b..fe243e2dca 100644
--- 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: Failed to load vl805's firmware, %d\n", ret);
 		return -EIO;
 	}