Skip to content

Commit

Permalink
netapp-smdev: update basestr header in verbose output
Browse files Browse the repository at this point in the history
Update the basestr headers to be more descriptive in the
verbose output.

Signed-off-by: Martin George <[email protected]>
  • Loading branch information
martin-gpy committed Feb 26, 2025
1 parent 10f966c commit e48d01f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/netapp/netapp-nvme.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@ static void netapp_smdevices_print_verbose(struct smdevice_info *devices,

char *formatstr = NULL;
char basestr[] =
"%s, Array %s, Vol %s, NSID %d, ID %s, Ctrl %c, %s, %s, %s, %s\n";
"%s, Array Name %s, Volume Name %s, NSID %d, Volume ID %s, "
"Controller %c, Access State %s, Size %s, Format %s, Version %s\n";

Check failure on line 311 in plugins/netapp/netapp-nvme.c

View workflow job for this annotation

GitHub Actions / checkpatch review

WARNING: quoted string split across lines
char columnstr[] =
"%-16s %-30s %-30s %4d %32s %c %-12s %-9s %-9s %-9s\n";

Expand Down

0 comments on commit e48d01f

Please sign in to comment.