diff options
Diffstat (limited to 'drivers/scsi/libfc/fc_exch.c')
-rw-r--r-- | drivers/scsi/libfc/fc_exch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/libfc/fc_exch.c b/drivers/scsi/libfc/fc_exch.c index aceffadb21c7..1d0334f83f78 100644 --- a/drivers/scsi/libfc/fc_exch.c +++ b/drivers/scsi/libfc/fc_exch.c | |||
@@ -124,7 +124,7 @@ struct fc_exch_mgr { | |||
124 | * for each anchor to determine if that EM should be used. The last | 124 | * for each anchor to determine if that EM should be used. The last |
125 | * anchor in the list will always match to handle any exchanges not | 125 | * anchor in the list will always match to handle any exchanges not |
126 | * handled by other EMs. The non-default EMs would be added to the | 126 | * handled by other EMs. The non-default EMs would be added to the |
127 | * anchor list by HW that provides FCoE offloads. | 127 | * anchor list by HW that provides offloads. |
128 | */ | 128 | */ |
129 | struct fc_exch_mgr_anchor { | 129 | struct fc_exch_mgr_anchor { |
130 | struct list_head ema_list; | 130 | struct list_head ema_list; |
@@ -986,7 +986,7 @@ static enum fc_pf_rjt_reason fc_seq_lookup_recip(struct fc_lport *lport, | |||
986 | /* | 986 | /* |
987 | * Update sequence_id based on incoming last | 987 | * Update sequence_id based on incoming last |
988 | * frame of sequence exchange. This is needed | 988 | * frame of sequence exchange. This is needed |
989 | * for FCoE target where DDP has been used | 989 | * for FC target where DDP has been used |
990 | * on target where, stack is indicated only | 990 | * on target where, stack is indicated only |
991 | * about last frame's (payload _header) header. | 991 | * about last frame's (payload _header) header. |
992 | * Whereas "seq_id" which is part of | 992 | * Whereas "seq_id" which is part of |