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>
This commit is contained in:
committed by
Linus Torvalds
parent
4d39f0ac8e
commit
183b8021fc
@@ -82,7 +82,7 @@ struct lpass_variant {
|
||||
**/
|
||||
u32 dmactl_audif_start;
|
||||
u32 wrdma_channel_start;
|
||||
/* SOC specific intialization like clocks */
|
||||
/* SOC specific initialization like clocks */
|
||||
int (*init)(struct platform_device *pdev);
|
||||
int (*exit)(struct platform_device *pdev);
|
||||
int (*alloc_dma_channel)(struct lpass_data *data, int direction);
|
||||
|
||||
@@ -344,7 +344,7 @@ static int soc_tplg_widget_load(struct soc_tplg *tplg,
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* pass DAI configurations to component driver for extra intialization */
|
||||
/* pass DAI configurations to component driver for extra initialization */
|
||||
static int soc_tplg_dai_load(struct soc_tplg *tplg,
|
||||
struct snd_soc_dai_driver *dai_drv)
|
||||
{
|
||||
@@ -354,7 +354,7 @@ static int soc_tplg_dai_load(struct soc_tplg *tplg,
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* pass link configurations to component driver for extra intialization */
|
||||
/* pass link configurations to component driver for extra initialization */
|
||||
static int soc_tplg_dai_link_load(struct soc_tplg *tplg,
|
||||
struct snd_soc_dai_link *link)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user