Commit f6835543 authored by Ben Dooks's avatar Ben Dooks Committed by Russell King

[ARM] 3475/1: S3C2410: fix spelling mistake in SMDK partition table

Patch from Ben Dooks

Fix bad spelling of partition
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 0f6e439c
...@@ -50,7 +50,7 @@ static struct mtd_partition smdk_default_nand_part[] = { ...@@ -50,7 +50,7 @@ static struct mtd_partition smdk_default_nand_part[] = {
.offset = 0, .offset = 0,
}, },
[1] = { [1] = {
.name = "S3C2410 flash parition 1", .name = "S3C2410 flash partition 1",
.offset = 0, .offset = 0,
.size = SZ_2M, .size = SZ_2M,
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment