]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
Avoid unnecessary abbreviation.
authorDavid Manouchehri <david.manouchehri@riseup.net>
Sat, 11 Nov 2017 23:29:58 +0000 (18:29 -0500)
committerDavid Manouchehri <david.manouchehri@riseup.net>
Sat, 11 Nov 2017 23:29:58 +0000 (18:29 -0500)
nvme-print.c

index e79b3f48c7f41493507cb4fa2660de3f6c4eade3..db11dd73e8d0aa69b89ff313568536d70452ecc4 100644 (file)
@@ -151,7 +151,7 @@ static void show_nvme_id_ctrl_oacs(__le16 ctrl_oacs)
                fwc, fwc ? "" : "Not ");
        printf("  [1:1] : %#x\tFormat NVM %sSupported\n",
                fmt, fmt ? "" : "Not ");
-       printf("  [0:0] : %#x\tSec. Send and Receive %sSupported\n",
+       printf("  [0:0] : %#x\tSecurity Send and Receive %sSupported\n",
                sec, sec ? "" : "Not ");
        printf("\n");
 }