drivers/ata/: Spelling fixes

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
此提交包含在:
Joe Perches
2008-02-03 17:08:11 +02:00
提交者 Adrian Bunk
父節點 aee07ba683
當前提交 1967b7ff75
共有 6 個檔案被更改,包括 7 行新增7 行删除

查看文件

@@ -324,7 +324,7 @@ static int __init pata_at32_probe(struct platform_device *pdev)
if (irq < 0)
return irq;
/* Setup struct containing private infomation */
/* Setup struct containing private information */
info = kzalloc(sizeof(struct at32_ide_info), GFP_KERNEL);
if (!info)
return -ENOMEM;