summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/ics43432.c
diff options
context:
space:
mode:
authorAxel Lin2015-08-28 05:23:05 +0200
committerMark Brown2015-08-28 18:15:41 +0200
commit2f38bc8829b83aed3e2c5e6d43a430d39f1b0e1d (patch)
tree8fd42fa358edc8e7cf49abf670a5a6729d720d0d /sound/soc/codecs/ics43432.c
parentASoC: ics43432: fix platform_no_drv_owner.cocci warnings (diff)
downloadkernel-qcow2-linux-2f38bc8829b83aed3e2c5e6d43a430d39f1b0e1d.tar.gz
kernel-qcow2-linux-2f38bc8829b83aed3e2c5e6d43a430d39f1b0e1d.tar.xz
kernel-qcow2-linux-2f38bc8829b83aed3e2c5e6d43a430d39f1b0e1d.zip
ASoC: ics43432: Fix module license
Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/ics43432.c')
-rw-r--r--sound/soc/codecs/ics43432.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/ics43432.c b/sound/soc/codecs/ics43432.c
index d217fed8b423..7c35c989acf0 100644
--- a/sound/soc/codecs/ics43432.c
+++ b/sound/soc/codecs/ics43432.c
@@ -6,7 +6,7 @@
*
* Copyright (c) 2015 Axis Communications AB
*
- * Licensed under GPL2.
+ * Licensed under GPL v2.
*/
#include <linux/module.h>
@@ -73,4 +73,4 @@ module_platform_driver(ics43432_driver);
MODULE_DESCRIPTION("ASoC ICS43432 driver");
MODULE_AUTHOR("Ricard Wanderlof <ricardw@axis.com>");
-MODULE_LICENSE("GPLv2");
+MODULE_LICENSE("GPL v2");