Skip to content

Commit

Permalink
drivers: scsi: fix typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Gelmini <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
Gelma authored and Jiri Kosina committed Nov 3, 2010
1 parent de7fd0f commit 8d81496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/aic94xx/aic94xx_scb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 8d81496

Please sign in to comment.