diff options
author | Bart Van Assche <bvanassche@acm.org> | 2013-08-14 11:31:52 -0400 |
---|---|---|
committer | Robert Love <robert.w.love@intel.com> | 2013-09-04 15:47:49 -0400 |
commit | c1d454246c1339388ed0788f34f88ee12ad58ef3 (patch) | |
tree | f8f14e3d4f5e1d99bd4bd141f13e0db44bd9ae53 /drivers/scsi/libfc/fc_exch.c | |
parent | 34bac2ef5981666261fcf6932f4cd718b820323f (diff) |
libfc: Source code comment spelling fixes
Change 'initiaive' into 'initiative', 'remainig' into 'remaining'
and change 'exected' into 'expected'.
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Diffstat (limited to 'drivers/scsi/libfc/fc_exch.c')
-rw-r--r-- | drivers/scsi/libfc/fc_exch.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/scsi/libfc/fc_exch.c b/drivers/scsi/libfc/fc_exch.c index 587992952b3c..b233a2dea122 100644 --- a/drivers/scsi/libfc/fc_exch.c +++ b/drivers/scsi/libfc/fc_exch.c | |||
@@ -303,10 +303,7 @@ static void fc_exch_setup_hdr(struct fc_exch *ep, struct fc_frame *fp, | |||
303 | fr_eof(fp) = FC_EOF_N; | 303 | fr_eof(fp) = FC_EOF_N; |
304 | } | 304 | } |
305 | 305 | ||
306 | /* | 306 | /* Initialize remaining fh fields from fc_fill_fc_hdr */ |
307 | * Initialize remainig fh fields | ||
308 | * from fc_fill_fc_hdr | ||
309 | */ | ||
310 | fh->fh_ox_id = htons(ep->oxid); | 307 | fh->fh_ox_id = htons(ep->oxid); |
311 | fh->fh_rx_id = htons(ep->rxid); | 308 | fh->fh_rx_id = htons(ep->rxid); |
312 | fh->fh_seq_id = ep->seq.id; | 309 | fh->fh_seq_id = ep->seq.id; |