Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit fd270fca authored by Maruthi Srinivas Bayyavarapu's avatar Maruthi Srinivas Bayyavarapu Committed by Mark Brown
Browse files

ASoC: xlnx: change license header format style



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

Signed-off-by: default avatarMaruthi Srinivas Bayyavarapu <maruthi.srinivas.bayyavarapu@xilinx.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 906a9abc
Loading
Loading
Loading
Loading
+7 −8
Original line number Diff line number Diff line
// 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>