diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-19 03:30:15 +0300 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2020-07-29 08:45:20 +0300 |
commit | fe5e26a70cc544004b9aa9c3b96cb1d1cc132e09 (patch) | |
tree | c8250de96491484d28b02f44886b97de627dbd9a /include/linux/nvme-fc-driver.h | |
parent | 653303f21682916dc3a70c24f68233b4392d52d6 (diff) | |
download | linux-fe5e26a70cc544004b9aa9c3b96cb1d1cc132e09.tar.xz |
nvme-fc: drop a duplicated word in a comment
Drop the repeated word "a" in a comment.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'include/linux/nvme-fc-driver.h')
-rw-r--r-- | include/linux/nvme-fc-driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nvme-fc-driver.h b/include/linux/nvme-fc-driver.h index 41e7795a3ee4..2a38f2b477a5 100644 --- a/include/linux/nvme-fc-driver.h +++ b/include/linux/nvme-fc-driver.h @@ -672,7 +672,7 @@ enum { * Values set by the LLDD indicating completion status of the FCP operation. * Must be set prior to calling the done() callback. * @transferred_length: amount of DATA_OUT payload data received by a - * a WRITEDATA operation. If not a WRITEDATA operation, value must + * WRITEDATA operation. If not a WRITEDATA operation, value must * be set to 0. Should equal transfer_length on success. * @fcp_error: status of the FCP operation. Must be 0 on success; on failure * must be a NVME_SC_FC_xxxx value. |