diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-05-26 11:11:00 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2018-05-26 17:59:32 -0400 |
commit | 6231a895f537959fecbc5d5f7558dabfa3b76d47 (patch) | |
tree | 84ff8681fb1b9d26d22cd6bbbed032d6bb5eb04c | |
parent | afe5da3eba8796c259e5134872e844436e716f7e (diff) |
ALSA: seq: fix spelling mistake "Unamed" -> "Unnamed"
Trivial fix to spelling mistake in string
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/core/seq/seq_ports.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/seq/seq_ports.c b/sound/core/seq/seq_ports.c index d21ece9f8d73..24d90abfc64d 100644 --- a/sound/core/seq/seq_ports.c +++ b/sound/core/seq/seq_ports.c | |||
@@ -669,7 +669,7 @@ int snd_seq_event_port_attach(int client, | |||
669 | /* Set up the port */ | 669 | /* Set up the port */ |
670 | memset(&portinfo, 0, sizeof(portinfo)); | 670 | memset(&portinfo, 0, sizeof(portinfo)); |
671 | portinfo.addr.client = client; | 671 | portinfo.addr.client = client; |
672 | strlcpy(portinfo.name, portname ? portname : "Unamed port", | 672 | strlcpy(portinfo.name, portname ? portname : "Unnamed port", |
673 | sizeof(portinfo.name)); | 673 | sizeof(portinfo.name)); |
674 | 674 | ||
675 | portinfo.capability = cap; | 675 | portinfo.capability = cap; |