[PATCH v2 01/23] ALSA: core: seq: oss: fix typos in comments

From: Hemanth Selam

Date: Tue Sep 15 2026 - 04:58:28 EST


Correct spelling mistakes in comments. No functional change.

Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
---
sound/core/seq/oss/seq_oss_init.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/core/seq/oss/seq_oss_init.c b/sound/core/seq/oss/seq_oss_init.c
index 1aece46c8b06..6586e07431c3 100644
--- a/sound/core/seq/oss/seq_oss_init.c
+++ b/sound/core/seq/oss/seq_oss_init.c
@@ -376,7 +376,7 @@ delete_seq_queue(int queue)


/*
- * free device informations - private_free callback of port
+ * free device information - private_free callback of port
*/
static void
free_devinfo(void *private)
--
2.48.1