diff options
author | Olof Johansson <olof@lixom.net> | 2013-04-02 11:28:43 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-04-02 11:28:48 -0700 |
commit | 3fce7fd1020ac8a2d9bc039e0b456dbb5bb8f163 (patch) | |
tree | 8375f9f83b9d27a2c8acf544f5b159a4c5b12e49 /arch/arm/mach-at91 | |
parent | ebafed7ab9b637656b685f1dc1ee528c77241a0d (diff) | |
parent | e7619459d47a673af3433208a42f583af920e9db (diff) |
Merge tag 'at91-cleanup' of git://github.com/at91linux/linux-at91 into next/cleanup
Tiny one-line typo patch.
* tag 'at91-cleanup' of git://github.com/at91linux/linux-at91:
ARM: at91: Fix typo in restart code panic message
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r-- | arch/arm/mach-at91/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/setup.c b/arch/arm/mach-at91/setup.c index 4b678478cf95..6b4608d58da2 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; |