Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec92777f authored by Vishal Verma's avatar Vishal Verma Committed by Dan Williams
Browse files

libnvdimm: Update name of the ars_status_record mask field



The spec suggests that this is a simple 'length' field, not a mask.
Update the name accordingly.

Signed-off-by: default avatarVishal Verma <vishal.l.verma@intel.com>
Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
parent 5e329406
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ struct nd_cmd_ars_status {
		__u32 handle;
		__u32 flags;
		__u64 err_address;
		__u64 mask;
		__u64 length;
	} __packed records[0];
} __packed;