ASoC: max98373 Changed SPDX header in C++ comments style
Signed-off-by: Ryan Lee <ryans.lee@maximintegrated.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
b6158323bb
commit
180cad3c58
|
@ -1,5 +1,5 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0 */
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/* Copyright (c) 2017, Maxim Integrated */
|
// Copyright (c) 2017, Maxim Integrated
|
||||||
|
|
||||||
#include <linux/acpi.h>
|
#include <linux/acpi.h>
|
||||||
#include <linux/i2c.h>
|
#include <linux/i2c.h>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0 */
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/* Copyright (c) 2017, Maxim Integrated */
|
// Copyright (c) 2017, Maxim Integrated
|
||||||
|
|
||||||
#ifndef _MAX98373_H
|
#ifndef _MAX98373_H
|
||||||
#define _MAX98373_H
|
#define _MAX98373_H
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue