Commit 547fb12b authored by Hillf Danton's avatar Hillf Danton Committed by James Bottomley

[SCSI] libfc: two minor changes in comments

One change is to cleanup typo in comment for fc_fcp_recv(), another corrects
the misleading comment for fc_fcp_abts_resp().

[ Patch reworked by Robert Love due to invalid patch format ]
Signed-off-by: default avatarHillf Danton <dhillf@gmail.com>
Signed-off-by: default avatarRobert Love <robert.w.love@intel.com>
Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
parent 324f6678
...@@ -690,7 +690,7 @@ static int fc_fcp_send_data(struct fc_fcp_pkt *fsp, struct fc_seq *seq, ...@@ -690,7 +690,7 @@ static int fc_fcp_send_data(struct fc_fcp_pkt *fsp, struct fc_seq *seq,
} }
/** /**
* fc_fcp_abts_resp() - Send an ABTS response * fc_fcp_abts_resp() - Receive an ABTS response
* @fsp: The FCP packet that is being aborted * @fsp: The FCP packet that is being aborted
* @fp: The response frame * @fp: The response frame
*/ */
...@@ -730,7 +730,7 @@ static void fc_fcp_abts_resp(struct fc_fcp_pkt *fsp, struct fc_frame *fp) ...@@ -730,7 +730,7 @@ static void fc_fcp_abts_resp(struct fc_fcp_pkt *fsp, struct fc_frame *fp)
} }
/** /**
* fc_fcp_recv() - Reveive an FCP frame * fc_fcp_recv() - Receive an FCP frame
* @seq: The sequence the frame is on * @seq: The sequence the frame is on
* @fp: The received frame * @fp: The received frame
* @arg: The related FCP packet * @arg: The related FCP packet
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment