Skip to content

Commit fe5e26a

Browse files
rddunlapChristoph Hellwig
authored andcommitted
nvme-fc: drop a duplicated word in a comment
Drop the repeated word "a" in a comment. Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]>
1 parent 653303f commit fe5e26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/nvme-fc-driver.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ enum {
672672
* Values set by the LLDD indicating completion status of the FCP operation.
673673
* Must be set prior to calling the done() callback.
674674
* @transferred_length: amount of DATA_OUT payload data received by a
675-
* a WRITEDATA operation. If not a WRITEDATA operation, value must
675+
* WRITEDATA operation. If not a WRITEDATA operation, value must
676676
* be set to 0. Should equal transfer_length on success.
677677
* @fcp_error: status of the FCP operation. Must be 0 on success; on failure
678678
* must be a NVME_SC_FC_xxxx value.

0 commit comments

Comments
 (0)