diff options
author | Joe Perches <joe@perches.com> | 2008-02-03 10:08:11 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 10:08:11 -0500 |
commit | 1967b7ff75dca31a488fce113f94cabdd4f3d7bd (patch) | |
tree | 5c7e1d8a5f01bd2b26a8a2283f02b48092a9c2a3 /drivers/ata/ata_piix.c | |
parent | aee07ba683b3774e8f6660b750b01a1cd26a17a6 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c index 47892e6f5ded..4b99ed0c59bb 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) | |||
837 | if (is_slave) { | 837 | if (is_slave) { |
838 | /* clear TIME1|IE1|PPE1|DTE1 */ | 838 | /* clear TIME1|IE1|PPE1|DTE1 */ |
839 | master_data &= 0xff0f; | 839 | master_data &= 0xff0f; |
840 | /* Enable SITRE (seperate slave timing register) */ | 840 | /* Enable SITRE (separate slave timing register) */ |
841 | master_data |= 0x4000; | 841 | master_data |= 0x4000; |
842 | /* enable PPE1, IE1 and TIME1 as needed */ | 842 | /* enable PPE1, IE1 and TIME1 as needed */ |
843 | master_data |= (control << 4); | 843 | master_data |= (control << 4); |