summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-02-27 17:29:20 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2017-02-27 21:43:47 -0500
commit183b8021fc0a5fadecdf9c0ccac1f48b5c326278 (patch)
tree8cdf94bb0b8b9cce04fe10c64fc68ca6629a846c /sound
parent4d39f0ac8e5aeaa5e56c2d2a0f737ac8bb826bca (diff)
scripts/spelling.txt: add "intialization" pattern and fix typo instances
Fix typos and add the following to the scripts/spelling.txt: intialization||initialization The "inintialization" in drivers/acpi/spcr.c is a different pattern but I fixed it as well in this commit. Link: http://lkml.kernel.org/r/1481573103-11329-16-git-send-email-yamada.masahiro@socionext.com Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/qcom/lpass.h2
-rw-r--r--sound/soc/soc-topology.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/qcom/lpass.h b/sound/soc/qcom/lpass.h
index 924971b6ded5..9b031352ea3c 100644
--- a/sound/soc/qcom/lpass.h
+++ b/sound/soc/qcom/lpass.h
@@ -82,7 +82,7 @@ struct lpass_variant {
82 **/ 82 **/
83 u32 dmactl_audif_start; 83 u32 dmactl_audif_start;
84 u32 wrdma_channel_start; 84 u32 wrdma_channel_start;
85 /* SOC specific intialization like clocks */ 85 /* SOC specific initialization like clocks */
86 int (*init)(struct platform_device *pdev); 86 int (*init)(struct platform_device *pdev);
87 int (*exit)(struct platform_device *pdev); 87 int (*exit)(struct platform_device *pdev);
88 int (*alloc_dma_channel)(struct lpass_data *data, int direction); 88 int (*alloc_dma_channel)(struct lpass_data *data, int direction);
diff --git a/sound/soc/soc-topology.c b/sound/soc/soc-topology.c
index aff3d8129ac9..3e9b1c0bb1ce 100644
--- a/sound/soc/soc-topology.c
+++ b/sound/soc/soc-topology.c
@@ -344,7 +344,7 @@ static int soc_tplg_widget_load(struct soc_tplg *tplg,
344 return 0; 344 return 0;
345} 345}
346 346
347/* pass DAI configurations to component driver for extra intialization */ 347/* pass DAI configurations to component driver for extra initialization */
348static int soc_tplg_dai_load(struct soc_tplg *tplg, 348static int soc_tplg_dai_load(struct soc_tplg *tplg,
349 struct snd_soc_dai_driver *dai_drv) 349 struct snd_soc_dai_driver *dai_drv)
350{ 350{
@@ -354,7 +354,7 @@ static int soc_tplg_dai_load(struct soc_tplg *tplg,
354 return 0; 354 return 0;
355} 355}
356 356
357/* pass link configurations to component driver for extra intialization */ 357/* pass link configurations to component driver for extra initialization */
358static int soc_tplg_dai_link_load(struct soc_tplg *tplg, 358static int soc_tplg_dai_link_load(struct soc_tplg *tplg,
359 struct snd_soc_dai_link *link) 359 struct snd_soc_dai_link *link)
360{ 360{