aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/compress_offload.c
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2016-03-04 23:59:29 +0530
committerTakashi Iwai <tiwai@suse.de>2016-03-04 21:55:36 +0100
commitcdb1ee3f6c55b028cebc6af0280851bf89dbce2d (patch)
tree4e5fdc7205c2f1cbc5b21682cf40c8b97eece4ee /sound/core/compress_offload.c
parentALSA: compress: fix some typos (diff)
downloadlinux-dev-cdb1ee3f6c55b028cebc6af0280851bf89dbce2d.tar.xz
linux-dev-cdb1ee3f6c55b028cebc6af0280851bf89dbce2d.zip
ALSA: compress: fix more typos
More inspection of code revealed few more typos so fix them as well Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core/compress_offload.c')
-rw-r--r--sound/core/compress_offload.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/core/compress_offload.c b/sound/core/compress_offload.c
index 94de9302193f..a9933c07a6bf 100644
--- a/sound/core/compress_offload.c
+++ b/sound/core/compress_offload.c
@@ -704,7 +704,7 @@ static int snd_compress_wait_for_drain(struct snd_compr_stream *stream)
/*
* We are called with lock held. So drop the lock while we wait for
- * drain complete notfication from the driver
+ * drain complete notification from the driver
*
* It is expected that driver will notify the drain completion and then
* stream will be moved to SETUP state, even if draining resulted in an
@@ -759,7 +759,7 @@ static int snd_compr_next_track(struct snd_compr_stream *stream)
if (stream->runtime->state != SNDRV_PCM_STATE_RUNNING)
return -EPERM;
- /* you can signal next track isf this is intended to be a gapless stream
+ /* you can signal next track if this is intended to be a gapless stream
* and current track metadata is set
*/
if (stream->metadata_set == false)