projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afe5da3
)
ALSA: seq: fix spelling mistake "Unamed" -> "Unnamed"
author
Colin Ian King
<colin.king@canonical.com>
Sat, 26 May 2018 15:11:00 +0000
(16:11 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Sat, 26 May 2018 21:59:32 +0000
(23:59 +0200)
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>
sound/core/seq/seq_ports.c
patch
|
blob
|
history
diff --git
a/sound/core/seq/seq_ports.c
b/sound/core/seq/seq_ports.c
index d21ece9f8d7365e5e621156f1e44b85aa11eb1a1..24d90abfc64dfee2dfc049e836ab2e7a5d2a7c60 100644
(file)
--- 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,
/* Set up the port */
memset(&portinfo, 0, sizeof(portinfo));
portinfo.addr.client = client;
- strlcpy(portinfo.name, portname ? portname : "Unamed port",
+ strlcpy(portinfo.name, portname ? portname : "Un
n
amed port",
sizeof(portinfo.name));
portinfo.capability = cap;