From: swamytk Date: Fri, 23 Oct 2020 15:55:34 +0000 (+0530) Subject: Fix: Seagate Uncorrectable Read Error Count reported twice #686 X-Git-Tag: v1.14~153 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f77feb8484680463d0dfb7ef1b231600d5e0a968;p=users%2Fsagi%2Fnvme-cli.git Fix: Seagate Uncorrectable Read Error Count reported twice #686 --- diff --git a/plugins/seagate/seagate-nvme.c b/plugins/seagate/seagate-nvme.c index 7ba14f88..5a7ade82 100644 --- a/plugins/seagate/seagate-nvme.c +++ b/plugins/seagate/seagate-nvme.c @@ -312,7 +312,7 @@ static char *print_ext_smart_id(__u8 attrId) return "RAIS_ECC_CORRECT_ERR_COUNT"; break; case VS_ATTR_ID_UNCORRECTABLE_RAISE_ERRORS: - return "Uncorrectable read error count";/*VS_ATTR_ID_UNCORRECTABLE_RAISE_ERRORS*/ + return "Uncorrectable RAISE error count";/*VS_ATTR_ID_UNCORRECTABLE_RAISE_ERRORS*/ break; case VS_ATTR_ID_DRIVE_LIFE_PROTECTION_STATUS: return "DRIVE_LIFE_PROTECTION_STATUS";