From cad489950e9fc29fe8786ddee2e163831abb3322 Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Wed, 15 Nov 2017 06:21:21 +0000 Subject: rename sg_write_atomic to sg_write_x; sg_inq: decode NVMe identify for Linux+FreeBSD git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@731 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- src/sg_format.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sg_format.c') diff --git a/src/sg_format.c b/src/sg_format.c index 53aa2739..f403e0cd 100644 --- a/src/sg_format.c +++ b/src/sg_format.c @@ -37,7 +37,7 @@ #include "sg_pr2serr.h" #include "sg_pt.h" -static const char * version_str = "1.40 20171030"; +static const char * version_str = "1.41 20171107"; #define RW_ERROR_RECOVERY_PAGE 1 /* can give alternate with --mode=MP */ @@ -734,7 +734,7 @@ print_read_cap(int fd, const struct opts_t * op) block_size = sg_get_unaligned_be32(resp_buff + 4); if (0xffffffff == last_blk_addr) { if (op->verbose) - printf("Read Capacity (10) reponse " + printf("Read Capacity (10) response " "indicates that Read Capacity " "(16) is required\n"); return -2; -- cgit v1.2.3