From: Bhaskar Chowdhury Date: Mon, 22 Mar 2021 06:52:38 +0000 (+0530) Subject: ASoC: Intel: Fix a typo X-Git-Tag: v5.15.73~11823^2~1^2~118 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ebf721fbbb6e077864783c8d0146021815bb1f24;p=platform%2Fkernel%2Flinux-rpi.git ASoC: Intel: Fix a typo s/struture/structure/ Signed-off-by: Bhaskar Chowdhury Link: https://lore.kernel.org/r/20210322065238.151920-1-unixbhaskar@gmail.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/intel/atom/sst-mfld-dsp.h b/sound/soc/intel/atom/sst-mfld-dsp.h index 102b0e7eafb0..8d9e29b16e57 100644 --- a/sound/soc/intel/atom/sst-mfld-dsp.h +++ b/sound/soc/intel/atom/sst-mfld-dsp.h @@ -256,7 +256,7 @@ struct snd_sst_tstamp { u32 channel_peak[8]; } __packed; -/* Stream type params struture for Alloc stream */ +/* Stream type params structure for Alloc stream */ struct snd_sst_str_type { u8 codec_type; /* Codec type */ u8 str_type; /* 1 = voice 2 = music */