From: Jeremy Kerr Date: Wed, 20 Oct 2021 03:59:03 +0000 (+0800) Subject: types.h: heal -> health X-Git-Tag: v1.0-rc0~69^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0b6e87d001043f24b2bd09446a1f9eb109aabc2a;p=users%2Fsagi%2Flibnvme.git types.h: heal -> health We currently have an abbreviation 'heal' in nvme_mi_ctrl_heal_status; while the subsystem health status uses the full 'health'. This change unifies these by using the full term instead of the abbreviation. Signed-off-by: Jeremy Kerr --- diff --git a/src/nvme/types.h b/src/nvme/types.h index 292284e0..004dc316 100644 --- a/src/nvme/types.h +++ b/src/nvme/types.h @@ -3995,7 +3995,7 @@ enum nvme_mi_css { }; /** - * struct nvme_mi_ctrl_heal_status - + * struct nvme_mi_ctrl_health_status - * @ctlid: * @csts: * @ctemp: @@ -4003,7 +4003,7 @@ enum nvme_mi_css { * @spare: * @cwarn: */ -struct nvme_mi_ctrl_heal_status { +struct nvme_mi_ctrl_health_status { __le16 ctlid; __le16 csts; __le16 ctemp;