ALSA: usx2y: fix spelling mistakes
authorgushengxian <gushengxian@yulong.com>
Mon, 5 Jul 2021 09:34:19 +0000 (02:34 -0700)
committerTakashi Iwai <tiwai@suse.de>
Mon, 5 Jul 2021 17:30:33 +0000 (19:30 +0200)
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>
sound/usb/usx2y/usbusx2yaudio.c
sound/usb/usx2y/usx2yhwdeppcm.c

index 6154662..c39cc68 100644 (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;
 }
index da643c2..db83522 100644 (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;
 }