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-i2c.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-i2c.c')
-rw-r--r-- | sound/soc/codecs/pcm3060-i2c.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sound/soc/codecs/pcm3060-i2c.c b/sound/soc/codecs/pcm3060-i2c.c index 03d2b4323626..cdc8314882bc 100644 --- a/sound/soc/codecs/pcm3060-i2c.c +++ b/sound/soc/codecs/pcm3060-i2c.c @@ -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> |