diff options
author | Daniel Baluta <daniel.baluta@nxp.com> | 2018-02-20 14:53:10 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-02-20 15:02:58 +0000 |
commit | af3acca3e35c01920fe476f730dca7345d0a48df (patch) | |
tree | f4ca9aaf2d9d6029c4c44204da23945152223e53 /sound/soc/codecs/ak5558.h | |
parent | 3f15aa198fb88a6a0db8c7ba136637d566effb55 (diff) | |
download | linux-af3acca3e35c01920fe476f730dca7345d0a48df.tar.bz2 |
ASoC: ak5558: Fix style for SPDX identifier
Use // for .c and /* for .h files according to:
Documentation/process/license-rules.rst file.
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/ak5558.h')
-rw-r--r-- | sound/soc/codecs/ak5558.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/ak5558.h b/sound/soc/codecs/ak5558.h index 7c9e37374f39..61059086f161 100644 --- a/sound/soc/codecs/ak5558.h +++ b/sound/soc/codecs/ak5558.h @@ -1,5 +1,5 @@ -// SPDX-License-Identifier: GPL-2.0 -/* +/* SPDX-License-Identifier: GPL-2.0 + * * Audio driver header for AK5558 * * Copyright (C) 2016 Asahi Kasei Microdevices Corporation |