diff mbox

[ndctl,1/2] ndctl.h: Update name of the ars_status_record mask field

Message ID 1437675275-13999-1-git-send-email-vishal.l.verma@intel.com (mailing list archive)
State Accepted
Commit aaa043ae1625
Delegated to: Dan Williams
Headers show

Commit Message

Verma, Vishal L July 23, 2015, 6:14 p.m. UTC
The spec suggests that this is a simple 'length' field, not a mask.
Update the name accordingly

Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
---
 ndctl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/ndctl.h b/ndctl.h
index e678a48..f4e15f8 100644
--- a/ndctl.h
+++ b/ndctl.h
@@ -87,7 +87,7 @@  struct nd_cmd_ars_status {
 		__u32 handle;
 		__u32 flags;
 		__u64 err_address;
-		__u64 mask;
+		__u64 length;
 	} __attribute__((packed)) records[0];
 } __attribute__((packed));