From: Christophe JAILLET Date: Sun, 21 Jul 2019 10:25:58 +0000 (+0200) Subject: ALSA: line6: Fix a typo X-Git-Tag: Ubuntu-5.10.0-12.13~4845^2~7 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=e4091bdd2fd957793a10449a8682c767578b0430;p=mirror_ubuntu-hirsute-kernel.git ALSA: line6: Fix a typo s/Vairax/Variax/ Signed-off-by: Christophe JAILLET Signed-off-by: Takashi Iwai --- 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");