projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3baa40d
)
ALSA: seq: oss: fix typo
author
Julia Lawall
<Julia.Lawall@inria.fr>
Sun, 13 Mar 2022 08:56:35 +0000
(09:56 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 14 Mar 2022 06:51:22 +0000
(07:51 +0100)
Fix typo in "announcement".
Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Link:
https://lore.kernel.org/r/20220313085635.102123-1-Julia.Lawall@inria.fr
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/seq/oss/seq_oss_init.c
patch
|
blob
|
history
diff --git
a/sound/core/seq/oss/seq_oss_init.c
b/sound/core/seq/oss/seq_oss_init.c
index 04a3376a6e661418f04b7de412dfb7ae29cc23db..42d4e7535a820456b1f4f92fa4a12c81fa07e60d 100644
(file)
--- a/
sound/core/seq/oss/seq_oss_init.c
+++ b/
sound/core/seq/oss/seq_oss_init.c
@@
-80,7
+80,7
@@
snd_seq_oss_create_client(void)
system_client = rc;
- /* create annoucement receiver port */
+ /* create annou
n
cement receiver port */
strcpy(port->name, "Receiver");
port->addr.client = system_client;
port->capability = SNDRV_SEQ_PORT_CAP_WRITE; /* receive only */