diff options
Diffstat (limited to 'drivers/scsi/libfc/fc_fcp.c')
-rw-r--r-- | drivers/scsi/libfc/fc_fcp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/libfc/fc_fcp.c b/drivers/scsi/libfc/fc_fcp.c index 41f7070ba9ba..57311d082f44 100644 --- a/drivers/scsi/libfc/fc_fcp.c +++ b/drivers/scsi/libfc/fc_fcp.c | |||
@@ -690,7 +690,7 @@ static int fc_fcp_send_data(struct fc_fcp_pkt *fsp, struct fc_seq *seq, | |||
690 | } | 690 | } |
691 | 691 | ||
692 | /** | 692 | /** |
693 | * fc_fcp_abts_resp() - Send an ABTS response | 693 | * fc_fcp_abts_resp() - Receive an ABTS response |
694 | * @fsp: The FCP packet that is being aborted | 694 | * @fsp: The FCP packet that is being aborted |
695 | * @fp: The response frame | 695 | * @fp: The response frame |
696 | */ | 696 | */ |
@@ -730,7 +730,7 @@ static void fc_fcp_abts_resp(struct fc_fcp_pkt *fsp, struct fc_frame *fp) | |||
730 | } | 730 | } |
731 | 731 | ||
732 | /** | 732 | /** |
733 | * fc_fcp_recv() - Reveive an FCP frame | 733 | * fc_fcp_recv() - Receive an FCP frame |
734 | * @seq: The sequence the frame is on | 734 | * @seq: The sequence the frame is on |
735 | * @fp: The received frame | 735 | * @fp: The received frame |
736 | * @arg: The related FCP packet | 736 | * @arg: The related FCP packet |