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 6154662d30970a9675e286feda224bb7cec2f374..c39cc6851e2d733e2ffa7b45aa4eea9feea35a48 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 da643c2dbb1200668b079c01a22599bb1c1e2189..db83522c1b492d949c3e210df1d851b2dc312a33 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;
 }