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>
This commit is contained in:
Paul Cercueil 2019-02-07 10:31:43 -03:00 committed by Mark Brown
parent edcd3ed182
commit a50e32694f
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View 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>