]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
soundwire: fix SPDX license for header files
authorVinod Koul <vkoul@kernel.org>
Thu, 2 May 2019 10:59:18 +0000 (16:29 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 May 2019 15:17:50 +0000 (17:17 +0200)
Some more headers had C++ style SDPX line, fix that and change copyright
so that it is consistent with rest of the code in subsystem

Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/soundwire/sdw.h
include/linux/soundwire/sdw_registers.h
include/linux/soundwire/sdw_type.h

index df313913e8565588e0222fc11d3d324c03e78cbb..d9102af5e26ca6efd4771849b022eb8d85df6c23 100644 (file)
@@ -1,5 +1,5 @@
-// SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
-// Copyright(c) 2015-17 Intel Corporation.
+/* SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) */
+/* Copyright(c) 2015-17 Intel Corporation. */
 
 #ifndef __SOUNDWIRE_H
 #define __SOUNDWIRE_H
index df472b1ab4106c23e5ae23b6b035a58f745bcade..e75b2e3cf93d267cf856596629a5d80051a4e47b 100644 (file)
@@ -1,5 +1,5 @@
-// SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
-// Copyright(c) 2015-17 Intel Corporation.
+/* SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) */
+/* Copyright(c) 2015-17 Intel Corporation. */
 
 #ifndef __SDW_REGISTERS_H
 #define __SDW_REGISTERS_H
index 9fd553e553e9878ba5b8f6ebcf767ba21c4c8830..b7e198a035c9f43f2b792496ee309c8ba35c65eb 100644 (file)
@@ -1,5 +1,5 @@
-// SPDX-License-Identifier: GPL-2.0
-// Copyright(c) 2015-17 Intel Corporation.
+/* SPDX-License-Identifier: GPL-2.0 */
+/* Copyright(c) 2015-17 Intel Corporation. */
 
 #ifndef __SOUNDWIRE_TYPES_H
 #define __SOUNDWIRE_TYPES_H