ALSA: usx2y: fix spelling mistakes

Fix some spelling mistakes as follows:
wroong ==> wrong
evrything ==> everything

Signed-off-by: gushengxian <gushengxian@yulong.com>
Link: https://lore.kernel.org/r/20210705093419.664366-1-gushengxian507419@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
gushengxian 2021-07-05 02:34:19 -07:00 committed by Takashi Iwai
parent 1d7a039570
commit ea57e8743e
2 changed files with 2 additions and 2 deletions

View File

@ -526,7 +526,7 @@ static int usx2y_urbs_start(struct snd_usx2y_substream *subs)
cleanup:
if (err) {
usx2y_subs_startup_finish(usx2y);
usx2y_clients_stop(usx2y); // something is completely wroong > stop evrything
usx2y_clients_stop(usx2y); // something is completely wrong > stop everything
}
return err;
}

View File

@ -480,7 +480,7 @@ static int usx2y_usbpcm_urbs_start(struct snd_usx2y_substream *subs)
cleanup:
if (err) {
usx2y_subs_startup_finish(usx2y); // Call it now
usx2y_clients_stop(usx2y); // something is completely wroong > stop evrything
usx2y_clients_stop(usx2y); // something is completely wrong > stop everything
}
return err;
}