]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/staging/intel_sst/intel_sst_drv_interface.c
Fix common misspellings
[mirror_ubuntu-bionic-kernel.git] / drivers / staging / intel_sst / intel_sst_drv_interface.c
index ea8e251b5099fd4307572a0d77aef1519ca92f9f..e9c182108243316bca5bc2fdf3b50d3733cdc971 100644 (file)
@@ -315,7 +315,7 @@ int sst_open_pcm_stream(struct snd_sst_params *str_param)
        pm_runtime_get_sync(&sst_drv_ctx->pci->dev);
 
        if (sst_drv_ctx->sst_state == SST_SUSPENDED) {
-               /* LPE is suspended, resume it before proceding*/
+               /* LPE is suspended, resume it before proceeding*/
                pr_debug("Resuming from Suspended state\n");
                retval = intel_sst_resume(sst_drv_ctx->pci);
                if (retval) {