All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH nvme-cli] nvme-print: Fix line spacing on -H option
@ 2017-05-01 21:22 sbates
  2017-05-01 21:35 ` Keith Busch
  0 siblings, 1 reply; 2+ messages in thread
From: sbates @ 2017-05-01 21:22 UTC (permalink / 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH nvme-cli] nvme-print: Fix line spacing on -H option
  2017-05-01 21:22 [PATCH nvme-cli] nvme-print: Fix line spacing on -H option sbates
@ 2017-05-01 21:35 ` Keith Busch
  0 siblings, 0 replies; 2+ messages in thread
From: Keith Busch @ 2017-05-01 21:35 UTC (permalink / raw)


Applied. Thanks, Stephen!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-05-01 21:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-01 21:22 [PATCH nvme-cli] nvme-print: Fix line spacing on -H option sbates
2017-05-01 21:35 ` Keith Busch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.