]> www.infradead.org Git - users/hch/dma-mapping.git/commitdiff
ASoC: Intel: Fix a typo
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Mon, 22 Mar 2021 06:49:09 +0000 (12:19 +0530)
committerMark Brown <broonie@kernel.org>
Wed, 31 Mar 2021 12:52:47 +0000 (13:52 +0100)
s/struture/structure/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Link: https://lore.kernel.org/r/20210322064909.4189290-1-unixbhaskar@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/atom/sst-mfld-dsp.h

index 5795f98e04d4ea87faa8e53ae44b93775a48c1f7..102b0e7eafb0c770d8c7f6b66fc31dc3d11c7e80 100644 (file)
@@ -358,7 +358,7 @@ struct snd_wma_params {
        u8 reserved;    /* reserved */
 } __packed;
 
-/* Codec params struture */
+/* Codec params structure */
 union  snd_sst_codec_params {
        struct snd_pcm_params pcm_params;
        struct snd_mp3_params mp3_params;