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:
parent
edcd3ed182
commit
a50e32694f
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user