Mercurial > yaffs-ecoscentric
changeset 130:460ef77b6385
Fix a couple of mistakes in TRACE/Error messages. Update copyright date.
| author | wookey |
|---|---|
| date | Tue, 25 Apr 2006 01:41:43 +0100 |
| parents | 162e3c157c62 |
| children | 9371b1f460a4 |
| files | yaffs_fs.c yaffs_mtdif2.c |
| diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/yaffs_fs.c +++ b/yaffs_fs.c @@ -1413,7 +1413,7 @@ static struct super_block *yaffs_interna if (mtd->oobblock < YAFFS_MIN_YAFFS2_CHUNK_SIZE || mtd->oobsize < YAFFS_MIN_YAFFS2_SPARE_SIZE) { T(YAFFS_TRACE_ALWAYS, - ("yaffs: MTD device does not support have the " + ("yaffs: MTD device does not have the " "right page sizes\n")); return NULL; } @@ -1908,5 +1908,5 @@ module_init(init_yaffs_fs) module_exit(exit_yaffs_fs) MODULE_DESCRIPTION("YAFFS2 - a NAND specific flash file system"); -MODULE_AUTHOR("Charles Manning, Aleph One Ltd., 2002,2003,2004"); +MODULE_AUTHOR("Charles Manning, Aleph One Ltd., 2002-2006"); MODULE_LICENSE("GPL");
--- a/yaffs_mtdif2.c +++ b/yaffs_mtdif2.c @@ -90,7 +90,7 @@ int nandmtd2_ReadChunkWithTagsFromNAND(y T(YAFFS_TRACE_MTD, (TSTR - ("nandmtd2_ReadChunkWithTagsToNAND chunk %d data %p tags %p" + ("nandmtd2_ReadChunkWithTagsFromNAND chunk %d data %p tags %p" TENDSTR), chunkInNAND, data, tags)); if (data && tags) {
