diff options
| author | Colin Ian King <[email protected]> | 2018-05-04 12:38:04 +0100 |
|---|---|---|
| committer | Borislav Petkov <[email protected]> | 2018-05-04 14:59:29 +0200 |
| commit | 83e548bea4e7ffd8321072c760aaae2e758ef104 (patch) | |
| tree | d5488a8f0e82d8ef57b197fcd4ae4a918fd8a18f | |
| parent | a66bdf5d11b0ba8e473ef90ba7e0e6399b5fc825 (diff) | |
EDAC, i7core: Fix spelling mistake: "redundacy" -> "redundancy"
Trivial fix to spelling mistake in err string.
Signed-off-by: Colin Ian King <[email protected]>
Cc: Mauro Carvalho Chehab <[email protected]>
Cc: [email protected]
Cc: linux-edac <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Borislav Petkov <[email protected]>
| -rw-r--r-- | drivers/edac/i7core_edac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/i7core_edac.c b/drivers/edac/i7core_edac.c index 8c5540160a23..4d0ea3563d47 100644 --- a/drivers/edac/i7core_edac.c +++ b/drivers/edac/i7core_edac.c @@ -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"; |