mtd/include/linux jffs2_fs_sb.h,1.59,1.60

gleixner at infradead.org gleixner at infradead.org
Tue Nov 29 09:34:40 EST 2005


Update of /home/cvs/mtd/include/linux
In directory phoenix.infradead.org:/tmp/cvs-serv9710/include/linux

Modified Files:
	jffs2_fs_sb.h 
Log Message:
White space cleanup

Index: jffs2_fs_sb.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/jffs2_fs_sb.h,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- jffs2_fs_sb.h	18 Nov 2005 07:27:46 -0000	1.59
+++ jffs2_fs_sb.h	29 Nov 2005 14:34:37 -0000	1.60
@@ -22,7 +22,7 @@
 #define WL_DELTA_BIT_LEN 10
 #define WL_DELTA (1 << WL_DELTA_BIT_LEN) /* This is wear-leveling delta, which is defined as "maximum of all erase counts - minimum of all erase counts" */
 #define HASH_SIZE_BIT_LEN (MAX_ERASE_COUNT_BIT_LEN - WL_DELTA_BIT_LEN + 1) /* The range size of per-bucket is half of WL_DELTA */
-#define HASH_SIZE (1 << HASH_SIZE_BIT_LEN) 
+#define HASH_SIZE (1 << HASH_SIZE_BIT_LEN)
 #define BUCKET_RANGE_BIT_LEN (MAX_ERASE_COUNT_BIT_LEN - HASH_SIZE_BIT_LEN)
 #define BUCKET_RANGE (1 << BUCKET_RANGE_BIT_LEN)
 





More information about the linux-mtd-cvs mailing list