|
@@ -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
|
|
|
* @fp: The response frame
|
|
|
*/
|
|
@@ -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
|
|
|
* @fp: The received frame
|
|
|
* @arg: The related FCP packet
|