ASoC: codecs: jz4725b: Use C++ style comments in header
authorPaul Cercueil <paul@crapouillou.net>
Thu, 7 Feb 2019 13:31:43 +0000 (10:31 -0300)
committerMark Brown <broonie@kernel.org>
Thu, 7 Feb 2019 14:38:49 +0000 (14:38 +0000)
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>
sound/soc/codecs/jz4725b.c

index 24b1b23..103ccbc 100644 (file)
@@ -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>