diff options
author | Martin Olsson <martin@minimum.se> | 2009-04-22 12:21:29 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-06-12 12:01:46 -0400 |
commit | 98a1708de1bfa5fe1c490febba850d6043d3c7fa (patch) | |
tree | 823104983ff8cd44fc8f3dbfbcc583dc69ee30b2 /drivers/scsi | |
parent | ab2274af0569a43c6da390e969759d1138799839 (diff) |
trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentation and source comments.
Signed-off-by: Martin Olsson <martin@minimum.se>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_scsi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/lpfc/lpfc_scsi.c b/drivers/scsi/lpfc/lpfc_scsi.c index 8032c5adb6a9..679adfff0bf8 100644 --- a/drivers/scsi/lpfc/lpfc_scsi.c +++ b/drivers/scsi/lpfc/lpfc_scsi.c | |||
@@ -827,8 +827,8 @@ lpfc_cmd_blksize(struct scsi_cmnd *sc) | |||
827 | * @reftag: out: ref tag (reference tag) | 827 | * @reftag: out: ref tag (reference tag) |
828 | * | 828 | * |
829 | * Description: | 829 | * Description: |
830 | * Extract DIF paramters from the command if possible. Otherwise, | 830 | * Extract DIF parameters from the command if possible. Otherwise, |
831 | * use default paratmers. | 831 | * use default parameters. |
832 | * | 832 | * |
833 | **/ | 833 | **/ |
834 | static inline void | 834 | static inline void |