From: David Manouchehri Date: Sat, 11 Nov 2017 23:29:58 +0000 (-0500) Subject: Avoid unnecessary abbreviation. X-Git-Tag: v1.5~30^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c07cbafa3d4284601abaea3bff2c3b5ddcf411a5;p=users%2Fsagi%2Fnvme-cli.git Avoid unnecessary abbreviation. --- diff --git a/nvme-print.c b/nvme-print.c index e79b3f48..db11dd73 100644 --- a/nvme-print.c +++ b/nvme-print.c @@ -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"); }