Skip to content

Commit

Permalink
ASoC: codecs: jz4725b: Use C++ style comments in header
Browse files Browse the repository at this point in the history
Change the header comment to use C++ style, so that it looks more
consistent with the rest of ASoC.

Signed-off-by: Paul Cercueil <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
pcercuei authored and broonie committed Feb 7, 2019
1 parent edcd3ed commit a50e326
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions sound/soc/codecs/jz4725b.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0
/*
* JZ4725B CODEC driver
*
* Copyright (C) 2019, Paul Cercueil <[email protected]>
*/
//
// JZ4725B CODEC driver
//
// Copyright (C) 2019, Paul Cercueil <[email protected]>

#include <linux/kernel.h>
#include <linux/module.h>
Expand Down

0 comments on commit a50e326

Please sign in to comment.