diff options
author | Bart Van Assche <bvanassche@acm.org> | 2013-08-14 15:31:52 +0000 |
---|---|---|
committer | Robert Love <robert.w.love@intel.com> | 2013-09-04 12:47:49 -0700 |
commit | c1d454246c1339388ed0788f34f88ee12ad58ef3 (patch) | |
tree | f8f14e3d4f5e1d99bd4bd141f13e0db44bd9ae53 /drivers/scsi/libfc/fc_exch.c | |
parent | 34bac2ef5981666261fcf6932f4cd718b820323f (diff) | |
download | linux-c1d454246c1339388ed0788f34f88ee12ad58ef3.tar.bz2 |
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, fr_eof(fp) = FC_EOF_N; } - /* - * Initialize remainig fh fields - * from fc_fill_fc_hdr - */ + /* Initialize remaining fh fields from fc_fill_fc_hdr */ fh->fh_ox_id = htons(ep->oxid); fh->fh_rx_id = htons(ep->rxid); fh->fh_seq_id = ep->seq.id; |