Skip to content

Commit

Permalink
[MTD] Fix capitalisation in export of DiskOnChip Millennium initfunc
Browse files Browse the repository at this point in the history
Stupid StudlyCaps. Who did that?

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
David Woodhouse committed May 10, 2006
1 parent 83ea4ef commit b04ecae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/devices/doc2001plus.c
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ void DoCMilPlus_init(struct mtd_info *mtd)
return;
}
}
EXPORT_SYMBOL_GPL(DocMilPlus_init);
EXPORT_SYMBOL_GPL(DoCMilPlus_init);

#if 0
static int doc_dumpblk(struct mtd_info *mtd, loff_t from)
Expand Down

0 comments on commit b04ecae

Please sign in to comment.