diff options
author | gushengxian <gushengxian@yulong.com> | 2021-07-05 05:00:52 -0700 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2021-07-05 19:33:54 +0200 |
commit | ff630b6ab952416bb52ab3528001fe4eb8e7dac7 (patch) | |
tree | 6c83d63d969803ce9f2ddfeb0f1b5fee7bb3f4a4 /sound/usb/card.h | |
parent | a07ebc7e050ccdfec508449b2ef8f2b2aa90927b (diff) | |
download | linux-ff630b6ab952416bb52ab3528001fe4eb8e7dac7.tar.bz2 |
ALSA: usb-audio: fix spelling mistakes
Fix some spelling mistakes as follows:
altenate ==> alternate
compatbile ==> compatible
perfoms ==> performs
dont'register ==> don't register
periodicaly ==> periodically
arount ==> around
Signed-off-by: gushengxian <gushengxian@yulong.com>
Link: https://lore.kernel.org/r/20210705120052.665212-1-gushengxian507419@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/card.h')
-rw-r--r-- | sound/usb/card.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/card.h b/sound/usb/card.h index 5577a776561b..f41dbdc31336 100644 --- a/sound/usb/card.h +++ b/sound/usb/card.h @@ -19,7 +19,7 @@ struct audioformat { unsigned char iface; /* interface number */ unsigned char altsetting; /* corresponding alternate setting */ unsigned char ep_idx; /* endpoint array index */ - unsigned char altset_idx; /* array index of altenate setting */ + unsigned char altset_idx; /* array index of alternate setting */ unsigned char attributes; /* corresponding attributes of cs endpoint */ unsigned char endpoint; /* endpoint */ unsigned char ep_attr; /* endpoint attributes */ |