aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2019-07-21 12:25:58 +0200
committerTakashi Iwai <tiwai@suse.de>2019-07-22 09:10:54 +0200
commite4091bdd2fd957793a10449a8682c767578b0430 (patch)
treeb3564f4fabc1d1e107445daf6453e14b0b5bb17c /sound
parentALSA: pcm: Fix refcount_inc() on zero usage (diff)
downloadlinux-dev-e4091bdd2fd957793a10449a8682c767578b0430.tar.xz
linux-dev-e4091bdd2fd957793a10449a8682c767578b0430.zip
ALSA: line6: Fix a typo
s/Vairax/Variax/ Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/usb/line6/variax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/line6/variax.c b/sound/usb/line6/variax.c
index 0d24c72c155f..ed158f04de80 100644
--- a/sound/usb/line6/variax.c
+++ b/sound/usb/line6/variax.c
@@ -244,5 +244,5 @@ static struct usb_driver variax_driver = {
module_usb_driver(variax_driver);
-MODULE_DESCRIPTION("Vairax Workbench USB driver");
+MODULE_DESCRIPTION("Variax Workbench USB driver");
MODULE_LICENSE("GPL");