summaryrefslogtreecommitdiff
path: root/sound/usb/card.h
diff options
context:
space:
mode:
authorgushengxian <gushengxian@yulong.com>2021-07-05 15:00:52 +0300
committerTakashi Iwai <tiwai@suse.de>2021-07-05 20:33:54 +0300
commitff630b6ab952416bb52ab3528001fe4eb8e7dac7 (patch)
tree6c83d63d969803ce9f2ddfeb0f1b5fee7bb3f4a4 /sound/usb/card.h
parenta07ebc7e050ccdfec508449b2ef8f2b2aa90927b (diff)
downloadlinux-ff630b6ab952416bb52ab3528001fe4eb8e7dac7.tar.xz
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.h2
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 */