From: Zhu Jun Date: Fri, 6 Dec 2024 03:17:27 +0000 (-0800) Subject: ALSA: seq: oss: fix typo in seq_oss_init.c X-Git-Tag: v6.14-rc1~111^2~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=acf5a2f08f852d412e645256c19a39d3d6af7cd2;p=thirdparty%2Fkernel%2Flinux.git ALSA: seq: oss: fix typo in seq_oss_init.c The word 'annoucement' is wrong, so fix it. Signed-off-by: Zhu Jun Link: https://patch.msgid.link/20241206031727.20500-1-zhujun2@cmss.chinamobile.com Signed-off-by: Takashi Iwai --- diff --git a/sound/core/seq/oss/seq_oss_init.c b/sound/core/seq/oss/seq_oss_init.c index 676246fa02f15..e0733efba027b 100644 --- a/sound/core/seq/oss/seq_oss_init.c +++ b/sound/core/seq/oss/seq_oss_init.c @@ -111,7 +111,7 @@ snd_seq_oss_create_client(void) /* - * receive annoucement from system port, and check the midi device + * receive announcement from system port, and check the midi device */ static int receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int hop)