Skip to content

Commit 283ba0c

Browse files
committed
ASoC: sof: spi: update comment header to C++ style.
Update the header comment to C++ style re upstream review comments. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
1 parent 24bf99a commit 283ba0c

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

sound/soc/sof/hw-spi.c

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
2-
/*
3-
* This file is provided under a dual BSD/GPLv2 license. When using or
4-
* redistributing this file, you may do so under either license.
5-
*
6-
* Copyright(c) 2017 Intel Corporation. All rights reserved.
7-
*
8-
* Author: Liam Girdwood <liam.r.girdwood@linux.intel.com>
9-
*/
2+
//
3+
// This file is provided under a dual BSD/GPLv2 license. When using or
4+
// redistributing this file, you may do so under either license.
5+
//
6+
// Copyright(c) 2018 Intel Corporation. All rights reserved.
7+
//
8+
// Author: Liam Girdwood <liam.r.girdwood@linux.intel.com>
9+
//
1010

1111
/*
1212
* Hardware interface for audio DSPs via SPI

0 commit comments

Comments
 (0)