Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164363022
D44681.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D44681.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
Sat, Aug 1, 4:52 AM (59 m, 25 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35809115
Default Alt Text
D44681.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