Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
// 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>