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/pata_at32.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/pata_at32.c')
-rw-r--r-- | drivers/ata/pata_at32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_at32.c b/drivers/ata/pata_at32.c index 67e574de31e8..db057b183d60 100644 --- a/drivers/ata/pata_at32.c +++ b/drivers/ata/pata_at32.c | |||
@@ -324,7 +324,7 @@ static int __init pata_at32_probe(struct platform_device *pdev) | |||
324 | if (irq < 0) | 324 | if (irq < 0) |
325 | return irq; | 325 | return irq; |
326 | 326 | ||
327 | /* Setup struct containing private infomation */ | 327 | /* Setup struct containing private information */ |
328 | info = kzalloc(sizeof(struct at32_ide_info), GFP_KERNEL); | 328 | info = kzalloc(sizeof(struct at32_ide_info), GFP_KERNEL); |
329 | if (!info) | 329 | if (!info) |
330 | return -ENOMEM; | 330 | return -ENOMEM; |