diff options
author | Peter Meerwald <p.meerwald@bct-electronic.com> | 2012-04-25 09:14:17 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-05-14 00:03:36 -0400 |
commit | 8abc0d4a1181b44e0a42cadab4a15f8c6aa42451 (patch) | |
tree | a4fc30d3fc3f201f39c3a990fb18ea4eb63c01dc /drivers/mtd/cmdlinepart.c | |
parent | 4b6f05e14df163e319bc85ca6e35d2720a91207d (diff) |
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>
Diffstat (limited to 'drivers/mtd/cmdlinepart.c')
-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 ddf9ec6d9168..4558e0f4d07f 100644 --- a/drivers/mtd/cmdlinepart.c +++ b/drivers/mtd/cmdlinepart.c | |||
@@ -70,7 +70,7 @@ struct cmdline_mtd_partition { | |||
70 | /* mtdpart_setup() parses into here */ | 70 | /* mtdpart_setup() parses into here */ |
71 | static struct cmdline_mtd_partition *partitions; | 71 | static struct cmdline_mtd_partition *partitions; |
72 | 72 | ||
73 | /* the command line passed to mtdpart_setupd() */ | 73 | /* the command line passed to mtdpart_setup() */ |
74 | static char *cmdline; | 74 | static char *cmdline; |
75 | static int cmdline_parsed = 0; | 75 | static int cmdline_parsed = 0; |
76 | 76 | ||