diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2010-10-16 15:19:24 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-11-03 10:05:51 -0400 |
commit | 8d814961234fda66f01bb0505f166537913d745c (patch) | |
tree | fa04ff0374c4f34dfcb8a84143c4f7365b9333b1 /drivers/scsi/aic94xx | |
parent | de7fd0fc989727d657d40f6ddf2fb99639bd6262 (diff) | |
download | linux-8d814961234fda66f01bb0505f166537913d745c.tar.bz2 |
drivers: scsi: fix typo in comment
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi/aic94xx')
-rw-r--r-- | drivers/scsi/aic94xx/aic94xx_scb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/aic94xx/aic94xx_scb.c b/drivers/scsi/aic94xx/aic94xx_scb.c index c43698b1cb64..29593275201a 100644 --- a/drivers/scsi/aic94xx/aic94xx_scb.c +++ b/drivers/scsi/aic94xx/aic94xx_scb.c @@ -867,7 +867,7 @@ void asd_build_initiate_link_adm_task(struct asd_ascb *ascb, int phy_id, * resources they have with this SCB, and then call this one at the * end of their timeout function. To do this, one should initialize * the ascb->timer.{function, data, expires} prior to calling the post - * funcion. The timer is started by the post function. + * function. The timer is started by the post function. */ void asd_ascb_timedout(unsigned long data) { |