diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-03-28 12:26:18 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-03-31 20:36:10 +0200 |
commit | 8c9290aee18ef33fd7d6817ef36bb430278e542b (patch) | |
tree | bf9bdd164c7aef487fd811c38807632fd2775a11 | |
parent | e56d75a9cf1273222ab48069175b2242a205a107 (diff) | |
download | linux-stable-8c9290aee18ef33fd7d6817ef36bb430278e542b.tar.gz linux-stable-8c9290aee18ef33fd7d6817ef36bb430278e542b.tar.bz2 linux-stable-8c9290aee18ef33fd7d6817ef36bb430278e542b.zip |
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 @@ * Copyright (C) 2006 Savin Zlobec * * AT91SAM9 support: - * Copyright (C) 2007 Anti Sullin <anti.sullin@artecdesign.ee + * Copyright (C) 2007 Anti Sullin <anti.sullin@artecdesign.ee> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as |