From: sbates@raithlin.com (sbates@raithlin.com)
Subject: [PATCH nvme-cli] nvme-print: Fix line spacing on -H option
Date: Mon, 1 May 2017 15:22:45 -0600 [thread overview]
Message-ID: <1493673765-11528-1-git-send-email-sbates@raithlin.com> (raw)
From: Stephen Bates <sbates@raithlin.com>
Add newlines to make the ASQ and ACQ human readable output consistent
with other fields.
Signed-off-by: Stephen Bates <sbates at raithlin.com>
---
nvme-print.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/nvme-print.c b/nvme-print.c
index a86902e..33f6722 100644
--- a/nvme-print.c
+++ b/nvme-print.c
@@ -1662,11 +1662,11 @@ void show_ctrl_registers(void *bar, unsigned int mode)
show_registers_aqa(aqa);
printf("asq : %"PRIx64"\n", asq);
- printf("\tAdmin Submission Queue Base (ASQB): %"PRIx64"\n",
+ printf("\tAdmin Submission Queue Base (ASQB): %"PRIx64"\n\n",
asq);
printf("acq : %"PRIx64"\n", acq);
- printf("\tAdmin Completion Queue Base (ACQB): %"PRIx64"\n",
+ printf("\tAdmin Completion Queue Base (ACQB): %"PRIx64"\n\n",
acq);
printf("cmbloc : %x\n", cmbloc);
--
2.7.4
next reply other threads:[~2017-05-01 21:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-01 21:22 sbates [this message]
2017-05-01 21:35 ` [PATCH nvme-cli] nvme-print: Fix line spacing on -H option Keith Busch
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1493673765-11528-1-git-send-email-sbates@raithlin.com \
--to=sbates@raithlin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox