diff options
| author | Yazen Ghannam <[email protected]> | 2017-06-12 11:58:23 -0500 |
|---|---|---|
| committer | Borislav Petkov <[email protected]> | 2017-06-12 19:03:55 +0200 |
| commit | bdf1bf1744355d83cd44e160f2d3dcc28df5140b (patch) | |
| tree | c7d17b98a99da381f68006d2849af1665b5f7662 | |
| parent | 3b405e30cbcac3aa327ae04a29e7da5d084a4933 (diff) | |
EDAC, mce_amd: Fix typo in SMCA error description
Fix typo in "poison consumption" error description.
Signed-off-by: Yazen Ghannam <[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/mce_amd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/mce_amd.c b/drivers/edac/mce_amd.c index ba35b7ea3686..9a2658a256a9 100644 --- a/drivers/edac/mce_amd.c +++ b/drivers/edac/mce_amd.c @@ -161,7 +161,7 @@ static const char * const smca_ls_mce_desc[] = { "Sys Read data error thread 0", "Sys read data error thread 1", "DC tag error type 2", - "DC data error type 1 (poison comsumption)", + "DC data error type 1 (poison consumption)", "DC data error type 2", "DC data error type 3", "DC tag error type 4", |