diff options
author | Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com> | 2018-02-21 18:42:32 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-02-22 06:34:20 -0500 |
commit | 24745dca8e7e17c20b6cf2bfb94a9acd09dce1b9 (patch) | |
tree | 8c880aef607c8bedcc2f739bfd686c373ee158f5 | |
parent | 09ad28a31c27df439e838ee5700d4e2dfea0e462 (diff) |
ASoC: uniphier: evea: fix lisence comment style
This patch changes lisence comment style from C to C++.
And use SPDX instead of boiler plate of GPLv2, as same as
other audio codec drivers.
Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/uniphier/evea.c | 22 |
1 files changed, 4 insertions, 18 deletions
diff --git a/sound/soc/uniphier/evea.c b/sound/soc/uniphier/evea.c index ac2d30b55fb6..439f14f91b23 100644 --- a/sound/soc/uniphier/evea.c +++ b/sound/soc/uniphier/evea.c | |||
@@ -1,22 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | /* | 2 | // |
3 | * Socionext UniPhier EVEA ADC/DAC codec driver. | 3 | // Socionext UniPhier EVEA ADC/DAC codec driver. |
4 | * | 4 | // |
5 | * Copyright (c) 2016-2017 Socionext Inc. | 5 | // Copyright (c) 2016-2017 Socionext Inc. |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License | ||
9 | * as published by the Free Software Foundation; version 2 | ||
10 | * of the License. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, see <http://www.gnu.org/licenses/>. | ||
19 | */ | ||
20 | 6 | ||
21 | #include <linux/clk.h> | 7 | #include <linux/clk.h> |
22 | #include <linux/module.h> | 8 | #include <linux/module.h> |