diff options
author | Paul Cercueil <paul@crapouillou.net> | 2019-02-07 16:31:43 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-02-07 17:38:49 +0300 |
commit | a50e32694fbcdbf55875095258b9398e2eabd71f (patch) | |
tree | e38169293ef0cd96445575e6bf362c89f7749315 /sound | |
parent | edcd3ed182f804ebec71b063bab32c424ddd8b6a (diff) | |
download | linux-a50e32694fbcdbf55875095258b9398e2eabd71f.tar.xz |
ASoC: codecs: jz4725b: Use C++ style comments in header
Change the header comment to use C++ style, so that it looks more
consistent with the rest of ASoC.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/jz4725b.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sound/soc/codecs/jz4725b.c b/sound/soc/codecs/jz4725b.c index 24b1b23b99c9..103ccbc5d55c 100644 --- a/sound/soc/codecs/jz4725b.c +++ b/sound/soc/codecs/jz4725b.c @@ -1,9 +1,8 @@ // SPDX-License-Identifier: GPL-2.0 -/* - * JZ4725B CODEC driver - * - * Copyright (C) 2019, Paul Cercueil <paul@crapouillou.net> - */ +// +// JZ4725B CODEC driver +// +// Copyright (C) 2019, Paul Cercueil <paul@crapouillou.net> #include <linux/kernel.h> #include <linux/module.h> |