aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/fc.c
diff options
context:
space:
mode:
authorMilan P. Gandhi <mgandhi@redhat.com>2018-08-10 14:54:02 +0530
committerChristoph Hellwig <hch@lst.de>2018-10-01 14:16:09 -0700
commitd4e4230c8f5646a19a0e58765a30fb2bab5f1dcc (patch)
tree542552dfec69bfcf2db91be7a6d8721adee0ce9a /drivers/nvme/target/fc.c
parentnvmet: remove redundant module prefix (diff)
downloadlinux-dev-d4e4230c8f5646a19a0e58765a30fb2bab5f1dcc.tar.xz
linux-dev-d4e4230c8f5646a19a0e58765a30fb2bab5f1dcc.zip
nvme-fc: fix for a minor typos
Signed-off-by: Milan P. Gandhi <mgandhi@redhat.com> Reviewed-by: James Smart <james.smart@broadcom.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to '')
-rw-r--r--drivers/nvme/target/fc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nvme/target/fc.c b/drivers/nvme/target/fc.c
index 29b4b236afd8..a3905673e17f 100644
--- a/drivers/nvme/target/fc.c
+++ b/drivers/nvme/target/fc.c
@@ -2468,7 +2468,7 @@ nvme_fc_parse_traddr(struct nvmet_fc_traddr *traddr, char *buf, size_t blen)
substring_t wwn = { name, &name[sizeof(name)-1] };
int nnoffset, pnoffset;
- /* validate it string one of the 2 allowed formats */
+ /* validate if string is one of the 2 allowed formats */
if (strnlen(buf, blen) == NVME_FC_TRADDR_MAXLENGTH &&
!strncmp(buf, "nn-0x", NVME_FC_TRADDR_OXNNLEN) &&
!strncmp(&buf[NVME_FC_TRADDR_MAX_PN_OFFSET],