summaryrefslogtreecommitdiff
path: root/sound/pci/ctxfi
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-06-02 09:18:26 +0200
committerTakashi Iwai <tiwai@suse.de>2009-06-02 09:18:26 +0200
commit67fbf880631bb4493ad8d23f25562abdf09dc01d (patch)
tree9f6cabd0036f8e6cfa61fb335de5d8368f53ab36 /sound/pci/ctxfi
parentaae80dc24aeddec4e2b6e182a43491942f8667d3 (diff)
ALSA: ctxfi - Fix a typo in MODULE_LICENSE
A space has to be put between GPL and v2. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/ctxfi')
-rw-r--r--sound/pci/ctxfi/xfi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ctxfi/xfi.c b/sound/pci/ctxfi/xfi.c
index e31e29e4ec7e..bf232e7299ac 100644
--- a/sound/pci/ctxfi/xfi.c
+++ b/sound/pci/ctxfi/xfi.c
@@ -18,7 +18,7 @@
MODULE_AUTHOR("Creative Technology Ltd");
MODULE_DESCRIPTION("X-Fi driver version 1.03");
-MODULE_LICENSE("GPLv2");
+MODULE_LICENSE("GPL v2");
MODULE_SUPPORTED_DEVICE("{{Creative Labs, Sound Blaster X-Fi}");
static unsigned int reference_rate = 48000;