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 <jk@codeconstruct.com.au>
};
/**
- * struct nvme_mi_ctrl_heal_status -
+ * struct nvme_mi_ctrl_health_status -
* @ctlid:
* @csts:
* @ctemp:
* @spare:
* @cwarn:
*/
-struct nvme_mi_ctrl_heal_status {
+struct nvme_mi_ctrl_health_status {
__le16 ctlid;
__le16 csts;
__le16 ctemp;