Skip to content

Commit

Permalink
ALSA: ctxfi - Fix a typo in MODULE_LICENSE
Browse files Browse the repository at this point in the history
A space has to be put between GPL and v2.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Jun 2, 2009
1 parent aae80dc commit 67fbf88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/ctxfi/xfi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 67fbf88

Please sign in to comment.