Skip to content

Commit adf7f67

Browse files
committed
nvme: change default output format version to 2
To update nvme-cli output version 2 only in future. Signed-off-by: Tokunori Ikegami <[email protected]>
1 parent e550ee8 commit adf7f67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nvme.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ static const char *ish = "Ignore Shutdown (for NVMe-MI command)";
256256

257257
struct nvme_args nvme_args = {
258258
.output_format = "normal",
259-
.output_format_ver = 1,
259+
.output_format_ver = 2,
260260
.timeout = NVME_DEFAULT_IOCTL_TIMEOUT,
261261
};
262262

0 commit comments

Comments
 (0)