Skip to content

Commit

Permalink
typo in sata_fsl
Browse files Browse the repository at this point in the history
it's ata_link, not ata_linke

Signed-off-by: Al Viro <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Al Viro authored and torvalds committed Apr 28, 2008
1 parent 7d896e0 commit ac2f217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ata/sata_fsl.c
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ static unsigned int sata_fsl_dev_classify(struct ata_port *ap)
return ata_dev_classify(&tf);
}

static int sata_fsl_prereset(struct ata_linke *link, unsigned long deadline)
static int sata_fsl_prereset(struct ata_link *link, unsigned long deadline)
{
/* FIXME: Never skip softreset, sata_fsl_softreset() is
* combination of soft and hard resets. sata_fsl_softreset()
Expand Down

0 comments on commit ac2f217

Please sign in to comment.