From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-Id: <20130518021642.645221494@goodmis.org> Date: Fri, 17 May 2013 22:16:02 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Maxime Ripard , Jean-Christophe PLAGNIOL-VILLARD , Nicolas Ferre Subject: [ 005/136 ] ARM: at91: Fix typo in restart code panic message References: <20130518021557.139113314@goodmis.org> Content-Disposition: inline; filename=0005-ARM-at91-Fix-typo-in-restart-code-panic-message.patch Sender: linux-kernel-owner@vger.kernel.org List-ID: 3.6.11.4 stable review patch. If anyone has any objections, please let me know. ------------------ From: Maxime Ripard [ Upstream commit e7619459d47a673af3433208a42f583af920e9db ] Signed-off-by: Maxime Ripard Acked-by: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Nicolas Ferre Cc: stable # 3.4+ Signed-off-by: Steven Rostedt --- 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 bd0e88c..7255726 100644 --- a/arch/arm/mach-at91/setup.c +++ b/arch/arm/mach-at91/setup.c @@ -330,7 +330,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