diff options
author | Kirill Marinushkin <kmarinushkin@birdec.tech> | 2018-08-28 23:42:30 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-08-29 12:31:03 +0100 |
commit | aec785f6a0dcd68c3d2ad4a7d5b48d5fc94d75e8 (patch) | |
tree | ad1a95ceede543d40ed03d332da145a0a5b49e4a /sound/soc/codecs/pcm3060.c | |
parent | 1b3b7981524af2b6dcdf78cfa6dca89522c13ade (diff) | |
download | lwn-aec785f6a0dcd68c3d2ad4a7d5b48d5fc94d75e8.tar.gz lwn-aec785f6a0dcd68c3d2ad4a7d5b48d5fc94d75e8.zip |
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>
Diffstat (limited to 'sound/soc/codecs/pcm3060.c')
-rw-r--r-- | sound/soc/codecs/pcm3060.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sound/soc/codecs/pcm3060.c b/sound/soc/codecs/pcm3060.c index ef7c627c9ac5..5b9718fa766d 100644 --- a/sound/soc/codecs/pcm3060.c +++ b/sound/soc/codecs/pcm3060.c @@ -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> |