Commit 8abc0d4a1181b44e0a42cadab4a15f8c6aa42451

Authored by Peter Meerwald
Committed by David Woodhouse
1 parent 4b6f05e14d

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/mtd/cmdlinepart.c
... ... @@ -70,7 +70,7 @@
70 70 /* mtdpart_setup() parses into here */
71 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 74 static char *cmdline;
75 75 static int cmdline_parsed = 0;
76 76