Skip to content

Commit

Permalink
EDAC, i7core: Fix spelling mistake: "redundacy" -> "redundancy"
Browse files Browse the repository at this point in the history
Trivial fix to spelling mistake in err string.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: kernel-janitors@vger.kernel.org
Cc: linux-edac <linux-edac@vger.kernel.org>
Link: http://lkml.kernel.org/r/20180504113804.17103-1-colin.king@canonical.com
Signed-off-by: Borislav Petkov <bp@suse.de>
  • Loading branch information
Colin Ian King authored and Borislav Petkov committed May 4, 2018
1 parent a66bdf5 commit 83e548b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/edac/i7core_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1743,7 +1743,7 @@ static void i7core_mce_output_error(struct mem_ctl_info *mci,
err = "write parity error";
break;
case 19:
err = "redundacy loss";
err = "redundancy loss";
break;
case 20:
err = "reserved";
Expand Down

0 comments on commit 83e548b

Please sign in to comment.