diff options
| author | Hemanth Selam <hemanth.selam@gmail.com> | 2026-09-15 14:14:19 +0530 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2026-09-15 12:07:42 +0200 |
| commit | b86af3864b395ffc3484839408644a0bb614ee51 (patch) | |
| tree | 9562e6f528fcbf7a7034c773ecff1f4e965bd8c3 | |
| parent | 948f8c97b1ba941ac59e4dcc149513bbcf7724c6 (diff) | |
| download | linux-next-b86af3864b395ffc3484839408644a0bb614ee51.tar.gz linux-next-b86af3864b395ffc3484839408644a0bb614ee51.zip | |
ALSA: pcxhr: 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-19-hemanth.selam@gmail.com
| -rw-r--r-- | sound/pci/pcxhr/pcxhr_core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/pcxhr/pcxhr_core.c b/sound/pci/pcxhr/pcxhr_core.c index b3b9ab4f303e..f855d3bfad4b 100644 --- a/sound/pci/pcxhr/pcxhr_core.c +++ b/sound/pci/pcxhr/pcxhr_core.c @@ -802,7 +802,7 @@ static int pcxhr_prepair_pipe_start(struct pcxhr_mgr *mgr, err); return err; } - /* if the pipe couldn't be prepaired for start, + /* if the pipe couldn't be prepared for start, * retry it later */ if (rmh.stat[0] == 0) @@ -913,7 +913,7 @@ int pcxhr_set_pipe_state(struct pcxhr_mgr *mgr, int playback_mask, if (err) return err; if (state == 0) - break; /* success, all pipes prepaired */ + break; /* success, all pipes prepared */ mdelay(1); /* wait 1 millisecond and retry */ } } else { |
