Skip to content

Commit 6877c50

Browse files
committed
micron: Add missing newline
Add missing newline to error for cards that don't support the vs-drive-info command. Signed-off-by: Warner Losh <imp@bsdimp.com>
1 parent 21516ec commit 6877c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/micron/micron-nvme.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1997,7 +1997,7 @@ static int micron_drive_info(int argc, char **argv, struct command *cmd,
19971997
return err;
19981998

19991999
if (model == UNKNOWN_MODEL) {
2000-
fprintf(stderr, "ERROR : Unsupported drive for vs-drive-info cmd");
2000+
fprintf(stderr, "ERROR : Unsupported drive for vs-drive-info cmd\n");
20012001
dev_close(dev);
20022002
return -1;
20032003
}

0 commit comments

Comments
 (0)