On 10:58 Sat 23 Mar , Maxime Ripard wrote: > Signed-off-by: Maxime Ripard <[email protected]> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> > --- > 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 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Re: [PATCH] ARM: AT91: Fix typo in restart code panic message
Jean-Christophe PLAGNIOL-VILLARD Mon, 25 Mar 2013 07:58:01 -0700
- [PATCH] ARM: AT91: Fix typo in restart co... Maxime Ripard
- Re: [PATCH] ARM: AT91: Fix typo in r... Jean-Christophe PLAGNIOL-VILLARD
- Re: [PATCH] ARM: AT91: Fix typo in r... Nicolas Ferre

