aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata/ata_piix.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2008-02-03 17:08:11 +0200
committerAdrian Bunk <bunk@kernel.org>2008-02-03 17:08:11 +0200
commit1967b7ff75dca31a488fce113f94cabdd4f3d7bd (patch)
tree5c7e1d8a5f01bd2b26a8a2283f02b48092a9c2a3 /drivers/ata/ata_piix.c
parentaee07ba683b3774e8f6660b750b01a1cd26a17a6 (diff)
drivers/ata/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'drivers/ata/ata_piix.c')
-rw-r--r--drivers/ata/ata_piix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
index 47892e6f5de..4b99ed0c59b 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -837,7 +837,7 @@ static void piix_set_piomode(struct ata_port *ap, struct ata_device *adev)
if (is_slave) {
/* clear TIME1|IE1|PPE1|DTE1 */
master_data &= 0xff0f;
- /* Enable SITRE (seperate slave timing register) */
+ /* Enable SITRE (separate slave timing register) */
master_data |= 0x4000;
/* enable PPE1, IE1 and TIME1 as needed */
master_data |= (control << 4);