public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: AT91: Fix typo in restart code panic message
@ 2013-03-23  9:58 Maxime Ripard
  2013-03-25 14:36 ` Jean-Christophe PLAGNIOL-VILLARD
  2013-03-26 10:07 ` Nicolas Ferre
  0 siblings, 2 replies; 3+ messages in thread
From: Maxime Ripard @ 2013-03-23  9:58 UTC (permalink / raw)
  To: nicolas.ferre
  Cc: Andrew Victor, Jean-Christophe Plagniol-Villard, Russell King,
	linux-arm-kernel, linux-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] 3+ messages in thread

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

Thread overview: 3+ 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-25 14:36 ` Jean-Christophe PLAGNIOL-VILLARD
2013-03-26 10:07 ` Nicolas Ferre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox