Commit a50e3269 authored by Paul Cercueil's avatar Paul Cercueil Committed by Mark Brown

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: default avatarPaul Cercueil <paul@crapouillou.net>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent edcd3ed1
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
/* //
* JZ4725B CODEC driver // JZ4725B CODEC driver
* //
* Copyright (C) 2019, Paul Cercueil <paul@crapouillou.net> // Copyright (C) 2019, Paul Cercueil <paul@crapouillou.net>
*/
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/module.h> #include <linux/module.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment