aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_efar.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/pata_efar.c
parentinclude/acpi/: Spelling fixes (diff)
downloadlinux-dev-1967b7ff75dca31a488fce113f94cabdd4f3d7bd.tar.xz
linux-dev-1967b7ff75dca31a488fce113f94cabdd4f3d7bd.zip
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/pata_efar.c')
-rw-r--r--drivers/ata/pata_efar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_efar.c b/drivers/ata/pata_efar.c
index 043dcd35106c..dc33220fe5b2 100644
--- a/drivers/ata/pata_efar.c
+++ b/drivers/ata/pata_efar.c
@@ -135,7 +135,7 @@ static void efar_set_piomode (struct ata_port *ap, struct ata_device *adev)
idetm_data &= 0xCC0F;
idetm_data |= (control << 4);
- /* Slave timing in seperate register */
+ /* Slave timing in separate register */
pci_read_config_byte(dev, 0x44, &slave_data);
slave_data &= 0x0F << shift;
slave_data |= ((timings[pio][0] << 2) | timings[pio][1]) << shift;