Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

scripts/spelling.txt: add "initialiazation" pattern and fix typo instances

Fix typos and add the following to the scripts/spelling.txt:

initialiazation||initialization

While we are here, fix the "overriden" in the touched line in
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c.

Link: http://lkml.kernel.org/r/1481573103-11329-17-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>

authored by

Masahiro Yamada and committed by
Linus Torvalds
d7f3153e 183b8021

+3 -2
+1 -1
drivers/char/sonypi.c
··· 603 603 u16 v16; 604 604 u8 v8; 605 605 606 - /* This model type uses the same initialiazation of 606 + /* This model type uses the same initialization of 607 607 * the embedded controller as the type2 models. */ 608 608 sonypi_type2_srs(); 609 609
+1 -1
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
··· 6957 6957 * hence its link is expected to be down 6958 6958 * - SECOND_PHY means that first phy should not be able 6959 6959 * to link up by itself (using configuration) 6960 - * - DEFAULT should be overriden during initialiazation 6960 + * - DEFAULT should be overridden during initialization 6961 6961 */ 6962 6962 DP(NETIF_MSG_LINK, "Invalid link indication" 6963 6963 "mpc=0x%x. DISABLING LINK !!!\n",
+1
scripts/spelling.txt
··· 546 546 initalize||initialize 547 547 initation||initiation 548 548 initators||initiators 549 + initialiazation||initialization 549 550 initializiation||initialization 550 551 initialzed||initialized 551 552 initilization||initialization