diff options
author | Chris Rorvick <chris@rorvick.com> | 2015-01-20 02:20:49 -0600 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-01-20 09:52:30 +0100 |
commit | c6fffce92e1a8cda8c1b552f5a24295839f3f93a (patch) | |
tree | bd550e912d3cea8916757d8e65e946a33515a0e1 /sound/usb/line6/podhd.c | |
parent | 35ae48a3f40cff8a418b4f2061de3e2bc432e663 (diff) | |
download | linux-c6fffce92e1a8cda8c1b552f5a24295839f3f93a.tar.bz2 |
ALSA: line6: Refer to manufacturer as "Line 6"
The correct spelling includes the space. Fix this in strings and
comments that refer to the manufacturer.
Signed-off-by: Chris Rorvick <chris@rorvick.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/line6/podhd.c')
-rw-r--r-- | sound/usb/line6/podhd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/usb/line6/podhd.c b/sound/usb/line6/podhd.c index 1d11185780e3..7217fa7e5db1 100644 --- a/sound/usb/line6/podhd.c +++ b/sound/usb/line6/podhd.c @@ -1,5 +1,5 @@ /* - * Line6 Pod HD + * Line 6 Pod HD * * Copyright (C) 2011 Stefan Hajnoczi <stefanha@gmail.com> * @@ -28,7 +28,7 @@ enum { struct usb_line6_podhd { /** - Generic Line6 USB data. + Generic Line 6 USB data. */ struct usb_line6 line6; }; @@ -205,5 +205,5 @@ static struct usb_driver podhd_driver = { module_usb_driver(podhd_driver); -MODULE_DESCRIPTION("Line6 PODHD USB driver"); +MODULE_DESCRIPTION("Line 6 PODHD USB driver"); MODULE_LICENSE("GPL"); |