diff options
| author | Alexandre Belloni <[email protected]> | 2017-03-28 12:26:18 +0200 |
|---|---|---|
| committer | Alexandre Belloni <[email protected]> | 2017-03-31 20:36:10 +0200 |
| 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 <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
| -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 <[email protected] + * Copyright (C) 2007 Anti Sullin <[email protected]> * * 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 |