All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: AT91: Fix typo in restart code panic message
@ 2013-03-23  9:58 ` Maxime Ripard
  0 siblings, 0 replies; 6+ messages in thread
From: Maxime Ripard @ 2013-03-23  9:58 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
 arch/arm/mach-at91/setup.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-at91/setup.c b/arch/arm/mach-at91/setup.c
index 4b67847..6b4608d 100644
--- a/arch/arm/mach-at91/setup.c
+++ b/arch/arm/mach-at91/setup.c
@@ -333,7 +333,7 @@ static void at91_dt_rstc(void)
 
 	of_id = of_match_node(rstc_ids, np);
 	if (!of_id)
-		panic("AT91: rtsc no restart function availlable\n");
+		panic("AT91: rtsc no restart function available\n");
 
 	arm_pm_restart = of_id->data;
 
-- 
1.7.10.4

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

end of thread, other threads:[~2013-03-26 10:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-23  9:58 [PATCH] ARM: AT91: Fix typo in restart code panic message Maxime Ripard
2013-03-23  9:58 ` Maxime Ripard
2013-03-25 14:36 ` Jean-Christophe PLAGNIOL-VILLARD
2013-03-25 14:36   ` Jean-Christophe PLAGNIOL-VILLARD
2013-03-26 10:07 ` Nicolas Ferre
2013-03-26 10:07   ` Nicolas Ferre

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.