Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Paul Cercueil and committed by
Mark Brown
a50e3269 edcd3ed1

+4 -5
+4 -5
sound/soc/codecs/jz4725b.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* 3 - * JZ4725B CODEC driver 4 - * 5 - * Copyright (C) 2019, Paul Cercueil <paul@crapouillou.net> 6 - */ 2 + // 3 + // JZ4725B CODEC driver 4 + // 5 + // Copyright (C) 2019, Paul Cercueil <paul@crapouillou.net> 7 6 8 7 #include <linux/kernel.h> 9 8 #include <linux/module.h>