diff options
author | Chris Leech <christopher.leech@intel.com> | 2009-04-21 16:27:36 -0700 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-04-27 10:19:28 -0500 |
commit | dd3fd72e692c8af007f70df4433c0cffe8582d8b (patch) | |
tree | fe7582e72ab01a7a54cdd6e44d88f6185c9a1b05 /drivers/scsi/fcoe/libfcoe.c | |
parent | fc224a5bc949aa30df572e990201c8f95767658f (diff) | |
download | lwn-dd3fd72e692c8af007f70df4433c0cffe8582d8b.tar.gz lwn-dd3fd72e692c8af007f70df4433c0cffe8582d8b.zip |
[SCSI] fcoe: fix spelling typos and bad comments
Signed-off-by: Chris Leech <christopher.leech@intel.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/fcoe/libfcoe.c')
-rw-r--r-- | drivers/scsi/fcoe/libfcoe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/fcoe/libfcoe.c b/drivers/scsi/fcoe/libfcoe.c index f410f4abb548..62ba0f39c6bd 100644 --- a/drivers/scsi/fcoe/libfcoe.c +++ b/drivers/scsi/fcoe/libfcoe.c @@ -122,7 +122,7 @@ static void fcoe_ctlr_reset_fcfs(struct fcoe_ctlr *fip) } /** - * fcoe_ctrl_destroy() - Disable and tear-down the FCoE controller. + * fcoe_ctlr_destroy() - Disable and tear-down the FCoE controller. * @fip: FCoE controller. * * This is called by FCoE drivers before freeing the &fcoe_ctlr. |