Module Name:    src
Committed By:   andvar
Date:           Thu Feb 17 14:33:25 UTC 2022

Modified Files:
        src/sbin/nvmectl: identify.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sbin/nvmectl/identify.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/nvmectl/identify.c
diff -u src/sbin/nvmectl/identify.c:1.8 src/sbin/nvmectl/identify.c:1.9
--- src/sbin/nvmectl/identify.c:1.8	Wed Feb 16 22:00:55 2022
+++ src/sbin/nvmectl/identify.c	Thu Feb 17 14:33:25 2022
@@ -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 @@ print_controller(struct nvm_identify_con
 	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);

Reply via email to