Skip to content

Commit ea57e87

Browse files
gushengxiantiwai
authored andcommitted
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>
1 parent 1d7a039 commit ea57e87

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sound/usb/usx2y/usbusx2yaudio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ static int usx2y_urbs_start(struct snd_usx2y_substream *subs)
526526
cleanup:
527527
if (err) {
528528
usx2y_subs_startup_finish(usx2y);
529-
usx2y_clients_stop(usx2y); // something is completely wroong > stop evrything
529+
usx2y_clients_stop(usx2y); // something is completely wrong > stop everything
530530
}
531531
return err;
532532
}

sound/usb/usx2y/usx2yhwdeppcm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ static int usx2y_usbpcm_urbs_start(struct snd_usx2y_substream *subs)
480480
cleanup:
481481
if (err) {
482482
usx2y_subs_startup_finish(usx2y); // Call it now
483-
usx2y_clients_stop(usx2y); // something is completely wroong > stop evrything
483+
usx2y_clients_stop(usx2y); // something is completely wrong > stop everything
484484
}
485485
return err;
486486
}

0 commit comments

Comments
 (0)