mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-07 03:50:59 +00:00
amd64_edac: Minor formatting fix
EDAC MC3: CE page 0xc32281, offset 0x8a0, grain 0, syndrome 0x1, row 2, channel 1, label "": amd64_edac EDAC MC3: CE - no information available: amd64_edacError Overflow Add the missing space before "Error Overflow" on the second line. Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
This commit is contained in:
parent
962b70a1eb
commit
c4799c7570
@ -2080,7 +2080,7 @@ static inline void __amd64_decode_bus_error(struct mem_ctl_info *mci,
|
|||||||
* catastrophic.
|
* catastrophic.
|
||||||
*/
|
*/
|
||||||
if (info->nbsh & K8_NBSH_OVERFLOW)
|
if (info->nbsh & K8_NBSH_OVERFLOW)
|
||||||
edac_mc_handle_ce_no_info(mci, EDAC_MOD_STR "Error Overflow");
|
edac_mc_handle_ce_no_info(mci, EDAC_MOD_STR " Error Overflow");
|
||||||
}
|
}
|
||||||
|
|
||||||
void amd64_decode_bus_error(int node_id, struct err_regs *regs)
|
void amd64_decode_bus_error(int node_id, struct err_regs *regs)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user