diff options
author | Peter Meerwald <p.meerwald@bct-electronic.com> | 2012-04-25 15:14:17 +0200 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-05-13 23:03:36 -0500 |
commit | 8abc0d4a1181b44e0a42cadab4a15f8c6aa42451 (patch) | |
tree | a4fc30d3fc3f201f39c3a990fb18ea4eb63c01dc | |
parent | 4b6f05e14df163e319bc85ca6e35d2720a91207d (diff) | |
download | linux-3.10-8abc0d4a1181b44e0a42cadab4a15f8c6aa42451.tar.gz linux-3.10-8abc0d4a1181b44e0a42cadab4a15f8c6aa42451.tar.bz2 linux-3.10-8abc0d4a1181b44e0a42cadab4a15f8c6aa42451.zip |
mtd: cmdlinepart: fix commentary
Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
-rw-r--r-- | drivers/mtd/cmdlinepart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/cmdlinepart.c b/drivers/mtd/cmdlinepart.c index ddf9ec6d916..4558e0f4d07 100644 --- a/drivers/mtd/cmdlinepart.c +++ b/drivers/mtd/cmdlinepart.c @@ -70,7 +70,7 @@ struct cmdline_mtd_partition { /* mtdpart_setup() parses into here */ static struct cmdline_mtd_partition *partitions; -/* the command line passed to mtdpart_setupd() */ +/* the command line passed to mtdpart_setup() */ static char *cmdline; static int cmdline_parsed = 0; |