From: Takashi Iwai Date: Tue, 2 Jun 2009 07:18:26 +0000 (+0200) Subject: ALSA: ctxfi - Fix a typo in MODULE_LICENSE X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=67fbf880631bb4493ad8d23f25562abdf09dc01d;p=deliverable%2Flinux.git ALSA: ctxfi - Fix a typo in MODULE_LICENSE A space has to be put between GPL and v2. Signed-off-by: Takashi Iwai --- 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;