From: Christophe JAILLET Date: Sun, 21 Jul 2019 10:25:58 +0000 (+0200) Subject: ALSA: line6: Fix a typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e4091bdd2fd957793a10449a8682c767578b0430;p=linux.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 0d24c72c155fb..ed158f04de80f 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");