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

Unverified Commit aec785f6 authored by Kirill Marinushkin's avatar Kirill Marinushkin Committed by Mark Brown
Browse files

ASoC: pcm3060: Improve stylistics of file comments



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

Signed-off-by: default avatarKirill Marinushkin <kmarinushkin@birdec.tech>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 1b3b7981
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
// 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>
+4 −5
Original line number Diff line number Diff line
// 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>
+4 −5
Original line number Diff line number Diff line
// 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>