]> www.infradead.org Git - users/sagi/libnvme.git/commitdiff
types.h: heal -> health
authorJeremy Kerr <jk@codeconstruct.com.au>
Wed, 20 Oct 2021 03:59:03 +0000 (11:59 +0800)
committerJeremy Kerr <jk@codeconstruct.com.au>
Wed, 20 Oct 2021 10:10:53 +0000 (18:10 +0800)
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>
src/nvme/types.h

index 292284e05ab3f5c41f1dc9b73fb60b418e401197..004dc316a85e55cb45b662d6d63e2a09868cb3ff 100644 (file)
@@ -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;