1
0
Fork 0

ASoC: xlnx: change license header format style

Changed License header from C to C++ style comment block.

Signed-off-by: Maruthi Srinivas Bayyavarapu <maruthi.srinivas.bayyavarapu@xilinx.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
hifive-unleashed-5.1
Maruthi Srinivas Bayyavarapu 2018-12-19 15:10:40 +05:30 committed by Mark Brown
parent 906a9abc5d
commit fd270fca20
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0
1 changed files with 7 additions and 8 deletions

View File

@ -1,12 +1,11 @@
// SPDX-License-Identifier: GPL-2.0
/*
* Xilinx ASoC I2S audio support
*
* Copyright (C) 2018 Xilinx, Inc.
*
* Author: Praveen Vuppala <praveenv@xilinx.com>
* Author: Maruthi Srinivas Bayyavarapu <maruthis@xilinx.com>
*/
//
// Xilinx ASoC I2S audio support
//
// Copyright (C) 2018 Xilinx, Inc.
//
// Author: Praveen Vuppala <praveenv@xilinx.com>
// Author: Maruthi Srinivas Bayyavarapu <maruthis@xilinx.com>
#include <linux/io.h>
#include <linux/module.h>