[PATCH v2 10/23] ALSA: ppc: tumbler: fix typos in comments
From: Hemanth Selam
Date: Tue Sep 15 2026 - 04:59:11 EST
Correct spelling mistakes in comments. No functional change.
Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
---
sound/ppc/tumbler.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/ppc/tumbler.c b/sound/ppc/tumbler.c
index 139c7b25927a..7ba52e7a24d7 100644
--- a/sound/ppc/tumbler.c
+++ b/sound/ppc/tumbler.c
@@ -1134,7 +1134,7 @@ static long tumbler_find_device(const char *device, const char *platform,
gp->active_val = 0x4;
gp->inactive_val = 0x5;
/* Here are some crude hacks to extract the GPIO polarity and
- * open collector informations out of the do-platform script
+ * open collector information out of the do-platform script
* as we don't yet have an interpreter for these things
*/
if (platform)
--
2.48.1