diff options
author | Chris Rorvick <chris@rorvick.com> | 2015-01-20 03:20:49 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-01-20 03:52:30 -0500 |
commit | c6fffce92e1a8cda8c1b552f5a24295839f3f93a (patch) | |
tree | bd550e912d3cea8916757d8e65e946a33515a0e1 /sound/usb/line6/midi.h | |
parent | 35ae48a3f40cff8a418b4f2061de3e2bc432e663 (diff) |
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/midi.h')
-rw-r--r-- | sound/usb/line6/midi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/usb/line6/midi.h b/sound/usb/line6/midi.h index 78f903fb4d41..68e7d3a19139 100644 --- a/sound/usb/line6/midi.h +++ b/sound/usb/line6/midi.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Line6 Linux USB driver - 0.9.1beta | 2 | * Line 6 Linux USB driver - 0.9.1beta |
3 | * | 3 | * |
4 | * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) | 4 | * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) |
5 | * | 5 | * |
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | struct snd_line6_midi { | 21 | struct snd_line6_midi { |
22 | /** | 22 | /** |
23 | Pointer back to the Line6 driver data structure. | 23 | Pointer back to the Line 6 driver data structure. |
24 | */ | 24 | */ |
25 | struct usb_line6 *line6; | 25 | struct usb_line6 *line6; |
26 | 26 | ||