Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145023047
D44681.1777204266.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D44681.1777204266.diff
View Options
diff --git a/sbin/nvmecontrol/ns.c b/sbin/nvmecontrol/ns.c
--- a/sbin/nvmecontrol/ns.c
+++ b/sbin/nvmecontrol/ns.c
@@ -646,7 +646,7 @@
open_dev(path, &fd, 1, 1);
} else if (delete_opt.nsid == NONE - 1) {
close(fd);
- fprintf(stderr, "No NSID specified");
+ fprintf(stderr, "No NSID specified\n");
arg_help(argc, argv, f);
}
if (delete_opt.nsid != NONE - 1)
@@ -712,7 +712,7 @@
open_dev(path, &fd, 1, 1);
} else if (attach_opt.nsid == NONE) {
close(fd);
- fprintf(stderr, "No NSID specified");
+ fprintf(stderr, "No NSID specified\n");
arg_help(argc, argv, f);
}
if (attach_opt.nsid != NONE)
@@ -782,7 +782,7 @@
open_dev(path, &fd, 1, 1);
} else if (detach_opt.nsid == NONE) {
close(fd);
- fprintf(stderr, "No NSID specified");
+ fprintf(stderr, "No NSID specified\n");
arg_help(argc, argv, f);
}
if (detach_opt.nsid != NONE)
@@ -859,7 +859,7 @@
open_dev(path, &fd, 1, 1);
} else if (attached_opt.nsid == NONE) {
close(fd);
- fprintf(stderr, "No NSID specified");
+ fprintf(stderr, "No NSID specified\n");
arg_help(argc, argv, f);
}
if (attached_opt.nsid != NONE)
@@ -912,7 +912,7 @@
open_dev(path, &fd, 1, 1);
} else if (identify_opt.nsid == NONE) {
close(fd);
- fprintf(stderr, "No NSID specified");
+ fprintf(stderr, "No NSID specified\n");
arg_help(argc, argv, f);
}
if (identify_opt.nsid != NONE)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 26, 11:51 AM (11 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28432748
Default Alt Text
D44681.1777204266.diff (1 KB)
Attached To
Mode
D44681: nvmecontrol: add newlines where needed for ns command printfs
Attached
Detach File
Event Timeline
Log In to Comment