All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/11] arch/arm/mach-bcm283x/msg.c: Fix spelling of "Failed".
@ 2021-12-21 21:06 Vagrant Cascadian
  2021-12-21 21:06 ` [PATCH 02/11] drivers/mtd/ubispl/ubispl.c: Fix spelling of "mismatched" Vagrant Cascadian
                   ` (10 more replies)
  0 siblings, 11 replies; 23+ messages in thread
From: Vagrant Cascadian @ 2021-12-21 21:06 UTC (permalink / raw)
  To: u-boot; +Cc: Vagrant Cascadian

---
 arch/arm/mach-bcm283x/msg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
 	}
 
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2022-01-13 14:26 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-21 21:06 [PATCH 01/11] arch/arm/mach-bcm283x/msg.c: Fix spelling of "Failed" Vagrant Cascadian
2021-12-21 21:06 ` [PATCH 02/11] drivers/mtd/ubispl/ubispl.c: Fix spelling of "mismatched" Vagrant Cascadian
2022-01-13 14:24   ` Tom Rini
2021-12-21 21:06 ` [PATCH 03/11] drivers/usb/musb/musb_udc.c: Fix spelling of "mismatch" Vagrant Cascadian
2022-01-13 14:24   ` Tom Rini
2021-12-21 21:06 ` [PATCH 04/11] arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_serdes.c: Fix spelling of "resetting" Vagrant Cascadian
2022-01-13 14:24   ` Tom Rini
2021-12-21 21:06 ` [PATCH 05/11] cmd/Kconfig: " Vagrant Cascadian
2022-01-13 14:24   ` Tom Rini
2021-12-21 21:06 ` [PATCH 06/11] drivers/net/fec_mxc.c: " Vagrant Cascadian
2021-12-22 11:54   ` Ramon Fried
2022-01-13 14:24   ` Tom Rini
2021-12-21 21:06 ` [PATCH 07/11] common/fdt_support.c: Fix spelling of "shouldn't" Vagrant Cascadian
2022-01-13 14:24   ` Tom Rini
2021-12-21 21:06 ` [PATCH 08/11] drivers/core/of_addr.c: " Vagrant Cascadian
2022-01-13 14:24   ` Tom Rini
2021-12-21 21:07 ` [PATCH 09/11] arch/arm/mach-keystone/ddr3.c: Fix spelling of "resetting" Vagrant Cascadian
2022-01-13 14:25   ` Tom Rini
2021-12-21 21:07 ` [PATCH 10/11] drivers/ddr/altera/sequencer.c: " Vagrant Cascadian
2022-01-13 14:25   ` Tom Rini
2021-12-21 21:07 ` [PATCH 11/11] drivers/usb/gadget/dwc2_udc_otg.c: " Vagrant Cascadian
2022-01-13 14:25   ` Tom Rini
2022-01-13 14:24 ` [PATCH 01/11] arch/arm/mach-bcm283x/msg.c: Fix spelling of "Failed" Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.