diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-06-02 03:18:26 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-06-02 03:18:26 -0400 |
commit | 67fbf880631bb4493ad8d23f25562abdf09dc01d (patch) | |
tree | 9f6cabd0036f8e6cfa61fb335de5d8368f53ab36 /sound/pci/ctxfi/xfi.c | |
parent | aae80dc24aeddec4e2b6e182a43491942f8667d3 (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/xfi.c')
-rw-r--r-- | sound/pci/ctxfi/xfi.c | 2 |
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 @@ | |||
18 | 18 | ||
19 | MODULE_AUTHOR("Creative Technology Ltd"); | 19 | MODULE_AUTHOR("Creative Technology Ltd"); |
20 | MODULE_DESCRIPTION("X-Fi driver version 1.03"); | 20 | MODULE_DESCRIPTION("X-Fi driver version 1.03"); |
21 | MODULE_LICENSE("GPLv2"); | 21 | MODULE_LICENSE("GPL v2"); |
22 | MODULE_SUPPORTED_DEVICE("{{Creative Labs, Sound Blaster X-Fi}"); | 22 | MODULE_SUPPORTED_DEVICE("{{Creative Labs, Sound Blaster X-Fi}"); |
23 | 23 | ||
24 | static unsigned int reference_rate = 48000; | 24 | static unsigned int reference_rate = 48000; |