Skip to content

Commit

Permalink
micron: Add missing newline
Browse files Browse the repository at this point in the history
Add missing newline to error for cards that don't support the
vs-drive-info command.

Signed-off-by: Warner Losh <[email protected]>
  • Loading branch information
bsdimp authored and igaw committed Mar 4, 2025
1 parent 21516ec commit 1cd893d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/micron/micron-nvme.c
Original file line number Diff line number Diff line change
Expand Up @@ -1997,7 +1997,7 @@ static int micron_drive_info(int argc, char **argv, struct command *cmd,
return err;

if (model == UNKNOWN_MODEL) {
fprintf(stderr, "ERROR : Unsupported drive for vs-drive-info cmd");
fprintf(stderr, "ERROR : Unsupported drive for vs-drive-info cmd\n");
dev_close(dev);
return -1;
}
Expand Down

0 comments on commit 1cd893d

Please sign in to comment.