Skip to content
Snippets Groups Projects
Unverified Commit a50e3269 authored by Paul Cercueil's avatar Paul Cercueil Committed by Mark Brown
Browse files

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: default avatarPaul Cercueil <paul@crapouillou.net>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent edcd3ed1
No related branches found
No related tags found
No related merge requests found
// 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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment