diff options
author | Kirill Marinushkin <kmarinushkin@birdec.tech> | 2018-08-28 23:42:30 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-08-29 13:31:03 +0200 |
commit | aec785f6a0dcd68c3d2ad4a7d5b48d5fc94d75e8 (patch) | |
tree | ad1a95ceede543d40ed03d332da145a0a5b49e4a /sound/soc/codecs/pcm3060-spi.c | |
parent | ASoC: atmel: tse850: switch to SPDX license identifier (diff) | |
download | linux-aec785f6a0dcd68c3d2ad4a7d5b48d5fc94d75e8.tar.xz linux-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-spi.c')
-rw-r--r-- | sound/soc/codecs/pcm3060-spi.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sound/soc/codecs/pcm3060-spi.c b/sound/soc/codecs/pcm3060-spi.c index 8961e095ae73..f6f19fa80932 100644 --- a/sound/soc/codecs/pcm3060-spi.c +++ b/sound/soc/codecs/pcm3060-spi.c @@ -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> |