diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-02-27 17:29:23 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-02-27 21:43:47 -0500 |
commit | d7f3153e228c7eee657e9286d6209b2d403ab73b (patch) | |
tree | 637183ec7b4a7074b04d4e585c7e1ba2cfe0689d | |
parent | 183b8021fc0a5fadecdf9c0ccac1f48b5c326278 (diff) |
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>
-rw-r--r-- | drivers/char/sonypi.c | 2 | ||||
-rw-r--r-- | drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c | 2 | ||||
-rw-r--r-- | scripts/spelling.txt | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/drivers/char/sonypi.c b/drivers/char/sonypi.c index 4fa7fcd8af36..f4f866ee54bc 100644 --- a/drivers/char/sonypi.c +++ b/drivers/char/sonypi.c | |||
@@ -603,7 +603,7 @@ static void sonypi_type3_srs(void) | |||
603 | u16 v16; | 603 | u16 v16; |
604 | u8 v8; | 604 | u8 v8; |
605 | 605 | ||
606 | /* This model type uses the same initialiazation of | 606 | /* This model type uses the same initialization of |
607 | * the embedded controller as the type2 models. */ | 607 | * the embedded controller as the type2 models. */ |
608 | sonypi_type2_srs(); | 608 | sonypi_type2_srs(); |
609 | 609 | ||
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c index 05356efdbf93..b209b7f6093e 100644 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c | |||
@@ -6957,7 +6957,7 @@ int bnx2x_link_update(struct link_params *params, struct link_vars *vars) | |||
6957 | * hence its link is expected to be down | 6957 | * hence its link is expected to be down |
6958 | * - SECOND_PHY means that first phy should not be able | 6958 | * - SECOND_PHY means that first phy should not be able |
6959 | * to link up by itself (using configuration) | 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 | DP(NETIF_MSG_LINK, "Invalid link indication" | 6962 | DP(NETIF_MSG_LINK, "Invalid link indication" |
6963 | "mpc=0x%x. DISABLING LINK !!!\n", | 6963 | "mpc=0x%x. DISABLING LINK !!!\n", |
diff --git a/scripts/spelling.txt b/scripts/spelling.txt index 42530b317c12..b350689e2e61 100644 --- a/scripts/spelling.txt +++ b/scripts/spelling.txt | |||
@@ -546,6 +546,7 @@ initalise||initialize | |||
546 | initalize||initialize | 546 | initalize||initialize |
547 | initation||initiation | 547 | initation||initiation |
548 | initators||initiators | 548 | initators||initiators |
549 | initialiazation||initialization | ||
549 | initializiation||initialization | 550 | initializiation||initialization |
550 | initialzed||initialized | 551 | initialzed||initialized |
551 | initilization||initialization | 552 | initilization||initialization |