Skip to content

Commit

Permalink
scripts/spelling.txt: add "initialiazation" pattern and fix typo inst…
Browse files Browse the repository at this point in the history
…ances

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/[email protected]
Signed-off-by: Masahiro Yamada <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
masahir0y authored and torvalds committed Feb 28, 2017
1 parent 183b802 commit d7f3153
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/char/sonypi.c
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ static void sonypi_type3_srs(void)
u16 v16;
u8 v8;

/* This model type uses the same initialiazation of
/* This model type uses the same initialization of
* the embedded controller as the type2 models. */
sonypi_type2_srs();

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
Original file line number Diff line number Diff line change
Expand Up @@ -6957,7 +6957,7 @@ int bnx2x_link_update(struct link_params *params, struct link_vars *vars)
* hence its link is expected to be down
* - SECOND_PHY means that first phy should not be able
* to link up by itself (using configuration)
* - DEFAULT should be overriden during initialiazation
* - DEFAULT should be overridden during initialization
*/
DP(NETIF_MSG_LINK, "Invalid link indication"
"mpc=0x%x. DISABLING LINK !!!\n",
Expand Down
1 change: 1 addition & 0 deletions scripts/spelling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ initalise||initialize
initalize||initialize
initation||initiation
initators||initiators
initialiazation||initialization
initializiation||initialization
initialzed||initialized
initilization||initialization
Expand Down

0 comments on commit d7f3153

Please sign in to comment.