yaffs: Update year to 2011 in copyrights etc.
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_unmount.c
index b3ddba2bfa21bae0b2b8dad79e18d561079c2f32..3bcfcc32e5e3d71f5aa7f14aff3a0ea5a5ff74f6 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_unmount.h"
 
-int test_yaffs_unmount(void){
-       int output=0;
-       output=yaffs_unmount(YAFFS_MOUNT_POINT);
-       /*printf("output %d",output);*/
-       return output;
+int test_yaffs_unmount(void)
+{
+       return yaffs_unmount(YAFFS_MOUNT_POINT);
 }
 
-int test_yaffs_unmount_clean(void){
-       return test_yaffs_mount();
-       
+int test_yaffs_unmount_clean(void)
+{
+       return test_yaffs_mount();      
 }