Message ID | 20190207133143.5232-6-paul@crapouillou.net (mailing list archive) |
---|---|
State | Accepted |
Commit | a50e32694fbcdbf55875095258b9398e2eabd71f |
Headers | show |
Series | [v2,1/6] dt-bindings: sound: Document jz4740-codec bindings | expand |
diff --git a/sound/soc/codecs/jz4725b.c b/sound/soc/codecs/jz4725b.c index 24b1b23b99c9..103ccbc5d55c 100644 --- a/sound/soc/codecs/jz4725b.c +++ b/sound/soc/codecs/jz4725b.c @@ -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>
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> --- Changes: v2: New patch sound/soc/codecs/jz4725b.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)