yaffs: Update year to 2011 in copyrights etc.
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_mount.c
index aac73cf5fb25c62d7603e35a4c652f77873b26af..42f12ba2506adbd5469e41634bb6708bf91580e2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2010 Aleph One Ltd.
+ * Copyright (C) 2002-2011 Aleph One Ltd.
  *   for Toby Churchill Ltd and Brightstar Engineering
  *
  * Created by Timothy Manning <timothy@yaffs.net>
 
 #include "test_yaffs_mount.h"
 
-int test_yaffs_mount(void){
-       int output=0;
-       output=yaffs_mount(YAFFS_MOUNT_POINT);
-       /*printf("output %d",output);*/
+int test_yaffs_mount(void)
+{
+       int output = 0;
+       output = yaffs_mount(YAFFS_MOUNT_POINT);
        return output;
 }
 
-int test_yaffs_mount_clean(void){
-       return 1;
-       
+int test_yaffs_mount_clean(void)
+{
+       return 1;       
 }