ASoC: pcm3060: Improve stylistics of file comments

Modified the complete file comments in C++ style, to make them look more
intentional

Signed-off-by: Kirill Marinushkin <kmarinushkin@birdec.tech>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Kirill Marinushkin 2018-08-28 23:42:30 +02:00 committed by Mark Brown
parent 1b3b798152
commit aec785f6a0
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0
3 changed files with 12 additions and 15 deletions

View File

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0
/*
* PCM3060 I2C driver
*
* Copyright (C) 2018 Kirill Marinushkin <kmarinushkin@birdec.tech>
*/
//
// PCM3060 I2C driver
//
// Copyright (C) 2018 Kirill Marinushkin <kmarinushkin@birdec.tech>
#include <linux/i2c.h>
#include <linux/module.h>

View File

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0
/*
* PCM3060 SPI driver
*
* Copyright (C) 2018 Kirill Marinushkin <kmarinushkin@birdec.tech>
*/
//
// PCM3060 SPI driver
//
// Copyright (C) 2018 Kirill Marinushkin <kmarinushkin@birdec.tech>
#include <linux/module.h>
#include <linux/spi/spi.h>

View File

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0
/*
* PCM3060 codec driver
*
* Copyright (C) 2018 Kirill Marinushkin <kmarinushkin@birdec.tech>
*/
//
// PCM3060 codec driver
//
// Copyright (C) 2018 Kirill Marinushkin <kmarinushkin@birdec.tech>
#include <linux/module.h>
#include <sound/pcm_params.h>