From: Chaitanya Kulkarni Date: Sun, 12 May 2019 18:58:16 +0000 (-0700) Subject: nvme-cli: code cleanup adjust if statement X-Git-Tag: v1.9~67 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=89e38f1cf4929ca4836607ec07f9ced3fff35ca9;p=users%2Fsagi%2Fnvme-cli.git nvme-cli: code cleanup adjust if statement Signed-off-by: Chaitanya Kulkarni --- diff --git a/nvme-ioctl.c b/nvme-ioctl.c index 242a01f5..f3a56dc5 100644 --- a/nvme-ioctl.c +++ b/nvme-ioctl.c @@ -563,7 +563,7 @@ static int nvme_property(int fd, __u8 fctype, __le32 off, __le64 *value, __u8 at if (fctype == nvme_fabrics_type_property_get){ cmd.nsid = nvme_fabrics_type_property_get; - } else if(fctype == nvme_fabrics_type_property_set) { + } else if (fctype == nvme_fabrics_type_property_set) { cmd.nsid = nvme_fabrics_type_property_set; cmd.cdw12 = *value; } else {