summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorcolin <colin>2007-03-07 08:05:58 +0000
committercolin <colin>2007-03-07 08:05:58 +0000
commit0a0da938621f6eec378c7b3c173ce815a786759f (patch)
tree14506ab347446512784df24679b40381d4ac0f64 /patches
parente1ac494e05a5dc7ab61d799af815d103a11d318c (diff)
Fix file header to match all the others
Diffstat (limited to 'patches')
-rw-r--r--patches/yaffs_mtdif2.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/patches/yaffs_mtdif2.c b/patches/yaffs_mtdif2.c
index bc6fc70..8f73ac4 100644
--- a/patches/yaffs_mtdif2.c
+++ b/patches/yaffs_mtdif2.c
@@ -1,6 +1,5 @@
/*
* YAFFS: Yet another FFS. A NAND-flash specific file system.
- * yaffs_mtdif.c NAND mtd wrapper functions.
*
* Copyright (C) 2002 Aleph One Ltd.
* for Toby Churchill Ltd and Brightstar Engineering
@@ -10,13 +9,12 @@
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
- *
*/
/* mtd interface for YAFFS2 */
const char *yaffs_mtdif2_c_version =
- "$Id: yaffs_mtdif2.c,v 1.1 2006-05-25 01:37:27 charles Exp $";
+ "$Id: yaffs_mtdif2.c,v 1.2 2007-03-07 08:05:58 colin Exp $";
#include "yportenv.h"