Skip to content

Commit

Permalink
ASoC: ics43432: Fix module license
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Axel Lin authored and Mark Brown committed Aug 28, 2015
1 parent 11d9324 commit 2f38bc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/soc/codecs/ics43432.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Copyright (c) 2015 Axis Communications AB
*
* Licensed under GPL2.
* Licensed under GPL v2.
*/

#include <linux/module.h>
Expand Down Expand Up @@ -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");

0 comments on commit 2f38bc8

Please sign in to comment.