diff options
author | Hillf Danton <dhillf@gmail.com> | 2011-07-27 15:10:44 -0700 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2011-07-28 12:12:06 +0400 |
commit | 547fb12b7a1c8de6bb57a68553f2319430a3541a (patch) | |
tree | 491531fda3c30b94788fda34a3d2ca20db7bd9f3 /drivers/scsi | |
parent | 324f667833d7ddd9501ed8c0e3ec5754ddb1b695 (diff) | |
download | linux-3.10-547fb12b7a1c8de6bb57a68553f2319430a3541a.tar.gz linux-3.10-547fb12b7a1c8de6bb57a68553f2319430a3541a.tar.bz2 linux-3.10-547fb12b7a1c8de6bb57a68553f2319430a3541a.zip |
[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: Hillf Danton <dhillf@gmail.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi')
-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 41f7070ba9b..57311d082f4 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, } /** - * 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 |