diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-03-28 06:26:18 -0400 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-03-31 14:36:10 -0400 |
commit | 8c9290aee18ef33fd7d6817ef36bb430278e542b (patch) | |
tree | bf9bdd164c7aef487fd811c38807632fd2775a11 | |
parent | e56d75a9cf1273222ab48069175b2242a205a107 (diff) |
ARM: at91: pm: correct typo
Add a missing bracket at the end of Anti's email
Acked-by: Wenyou Yang <wenyou.yang@atmel.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
-rw-r--r-- | arch/arm/mach-at91/pm_suspend.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/pm_suspend.S b/arch/arm/mach-at91/pm_suspend.S index ed317657e760..96781daa671a 100644 --- a/arch/arm/mach-at91/pm_suspend.S +++ b/arch/arm/mach-at91/pm_suspend.S | |||
@@ -4,7 +4,7 @@ | |||
4 | * Copyright (C) 2006 Savin Zlobec | 4 | * Copyright (C) 2006 Savin Zlobec |
5 | * | 5 | * |
6 | * AT91SAM9 support: | 6 | * AT91SAM9 support: |
7 | * Copyright (C) 2007 Anti Sullin <anti.sullin@artecdesign.ee | 7 | * Copyright (C) 2007 Anti Sullin <anti.sullin@artecdesign.ee> |
8 | * | 8 | * |
9 | * This program is free software; you can redistribute it and/or modify | 9 | * This program is free software; you can redistribute it and/or modify |
10 | * it under the terms of the GNU General Public License version 2 as | 10 | * it under the terms of the GNU General Public License version 2 as |