diff options
author | Stephen Warren <swarren@wwwdotorg.org> | 2012-03-20 16:55:48 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-01 06:28:28 -0400 |
commit | 1ae93b9d34c26494eea6c127c179b4c88c78bab7 (patch) | |
tree | a82a841a4a6179f02fdc9b92acf912325a581bab /sound/soc/tegra | |
parent | d808fe9f3e7f4092580c3294692bb801369b9c9f (diff) |
ASoC: tegra: fix comment indentation in ALC5632 machine
Fix comment indentation to clear checkpatch errors in a later patch.
Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/tegra')
-rw-r--r-- | sound/soc/tegra/tegra_alc5632.c | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/sound/soc/tegra/tegra_alc5632.c b/sound/soc/tegra/tegra_alc5632.c index e45ccd851f6a..03ae0952ccd4 100644 --- a/sound/soc/tegra/tegra_alc5632.c +++ b/sound/soc/tegra/tegra_alc5632.c | |||
@@ -1,16 +1,16 @@ | |||
1 | /* | 1 | /* |
2 | * tegra_alc5632.c -- Toshiba AC100(PAZ00) machine ASoC driver | 2 | * tegra_alc5632.c -- Toshiba AC100(PAZ00) machine ASoC driver |
3 | * | 3 | * |
4 | * Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.lauchpad.net> | 4 | * Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.lauchpad.net> |
5 | * | 5 | * |
6 | * Authors: Leon Romanovsky <leon@leon.nu> | 6 | * Authors: Leon Romanovsky <leon@leon.nu> |
7 | * Andrey Danin <danindrey@mail.ru> | 7 | * Andrey Danin <danindrey@mail.ru> |
8 | * Marc Dietrich <marvin24@gmx.de> | 8 | * Marc Dietrich <marvin24@gmx.de> |
9 | * | 9 | * |
10 | * This program is free software; you can redistribute it and/or modify | 10 | * This program is free software; you can redistribute it and/or modify |
11 | * it under the terms of the GNU General Public License version 2 as | 11 | * it under the terms of the GNU General Public License version 2 as |
12 | * published by the Free Software Foundation. | 12 | * published by the Free Software Foundation. |
13 | */ | 13 | */ |
14 | 14 | ||
15 | #include <asm/mach-types.h> | 15 | #include <asm/mach-types.h> |
16 | 16 | ||