diff options
| author | Hemanth Selam <hemanth.selam@gmail.com> | 2026-09-15 14:14:11 +0530 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2026-09-15 12:07:42 +0200 |
| commit | 73208e15dd559d2163425b09358aa0eda730d907 (patch) | |
| tree | 7a363544aad3a8bf5dfbb76f87e3301c3fc7cc18 | |
| parent | ee46d680ec067e8842ebec739781c46cc1f8d388 (diff) | |
| download | linux-next-73208e15dd559d2163425b09358aa0eda730d907.tar.gz linux-next-73208e15dd559d2163425b09358aa0eda730d907.zip | |
ALSA: ppc: tumbler: fix typos in comments
Correct spelling mistakes in comments. No functional change.
Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20260915084424.1007757-11-hemanth.selam@gmail.com
| -rw-r--r-- | sound/ppc/tumbler.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
