diff options
author | Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> | 2009-06-24 18:40:46 -0300 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2009-06-25 08:18:36 +0100 |
commit | ae27a7ab2c74f9c075e03730c5f493163d048c62 (patch) | |
tree | 98d348ecd681bc0d7c44febed92b0b895766e8e5 /drivers/mtd | |
parent | 342ba1039ad7cf464c7927ddf1ddc10d48a3716b (diff) | |
download | linux-stable-ae27a7ab2c74f9c075e03730c5f493163d048c62.tar.gz linux-stable-ae27a7ab2c74f9c075e03730c5f493163d048c62.tar.bz2 linux-stable-ae27a7ab2c74f9c075e03730c5f493163d048c62.zip |
mtd: atmel_nand: Fix typo s/parititions/partitions/
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/nand/atmel_nand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/atmel_nand.c b/drivers/mtd/nand/atmel_nand.c index 2802992b39da..20c828ba9405 100644 --- a/drivers/mtd/nand/atmel_nand.c +++ b/drivers/mtd/nand/atmel_nand.c @@ -534,7 +534,7 @@ static int __init atmel_nand_probe(struct platform_device *pdev) &num_partitions); if ((!partitions) || (num_partitions == 0)) { - printk(KERN_ERR "atmel_nand: No parititions defined, or unsupported device.\n"); + printk(KERN_ERR "atmel_nand: No partitions defined, or unsupported device.\n"); res = ENXIO; goto err_no_partitions; } |