diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-01-20 11:02:24 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-02-05 06:22:40 -0500 |
commit | 9ddc5b6f18fbac07d2746566b73b89e89fdd4e6a (patch) | |
tree | aaf691482ac8e36ccccb413b9b698063e6d0b489 /drivers/scsi/libfc | |
parent | 659431fcafd820cc426afedadcc4548933224985 (diff) |
tree-wide: fix typos "ammount" -> "amount"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi/libfc')
-rw-r--r-- | drivers/scsi/libfc/fc_fcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/libfc/fc_fcp.c b/drivers/scsi/libfc/fc_fcp.c index 881d5dfe8c74..96ee599d9a05 100644 --- a/drivers/scsi/libfc/fc_fcp.c +++ b/drivers/scsi/libfc/fc_fcp.c | |||
@@ -522,7 +522,7 @@ crc_err: | |||
522 | * | 522 | * |
523 | * Called after receiving a Transfer Ready data descriptor. | 523 | * Called after receiving a Transfer Ready data descriptor. |
524 | * If the LLD is capable of sequence offload then send down the | 524 | * If the LLD is capable of sequence offload then send down the |
525 | * seq_blen ammount of data in single frame, otherwise send | 525 | * seq_blen amount of data in single frame, otherwise send |
526 | * multiple frames of the maximum frame payload supported by | 526 | * multiple frames of the maximum frame payload supported by |
527 | * the target port. | 527 | * the target port. |
528 | */ | 528 | */ |