Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/nvmectl remove one whitespace to align report, misalign...



details:   https://anonhg.NetBSD.org/src/rev/b669d0ebdd9c
branches:  trunk
changeset: 361602:b669d0ebdd9c
user:      andvar <andvar%NetBSD.org@localhost>
date:      Thu Feb 17 14:33:25 2022 +0000

description:
remove one whitespace to align report, misalignment occured after typo fix.

diffstat:

 sbin/nvmectl/identify.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b2576afa9f4f -r b669d0ebdd9c sbin/nvmectl/identify.c
--- a/sbin/nvmectl/identify.c   Thu Feb 17 01:38:38 2022 +0000
+++ b/sbin/nvmectl/identify.c   Thu Feb 17 14:33:25 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: identify.c,v 1.8 2022/02/16 22:00:55 andvar Exp $      */
+/*     $NetBSD: identify.c,v 1.9 2022/02/17 14:33:25 andvar Exp $      */
 
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
@@ -30,7 +30,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: identify.c,v 1.8 2022/02/16 22:00:55 andvar Exp $");
+__RCSID("$NetBSD: identify.c,v 1.9 2022/02/17 14:33:25 andvar Exp $");
 #if 0
 __FBSDID("$FreeBSD: head/sbin/nvmecontrol/identify.c 329824 2018-02-22 13:32:31Z wma $");
 #endif
@@ -88,7 +88,7 @@
        printf("Firmware Activate/Download:  %s\n",
                (cdata->oacs & NVME_ID_CTRLR_OACS_FW) ?
                "Supported" : "Not Supported");
-       printf("Namespace Management:         %s\n",
+       printf("Namespace Management:        %s\n",
                (cdata->oacs & NVME_ID_CTRLR_OACS_NS) ?
                "Supported" : "Not Supported");
        printf("Abort Command Limit:         %d\n", cdata->acl+1);



Home | Main Index | Thread Index | Old Index