summaryrefslogtreecommitdiff
path: root/moduleconfig.h
diff options
context:
space:
mode:
authorwookey <wookey>2009-03-06 17:20:49 +0000
committerwookey <wookey>2009-03-06 17:20:49 +0000
commit3e5718ec7f0df7b76837d10583419b745cb27474 (patch)
tree532a6ce38b8d4d59a9ff6e89ad667f80c955d3b8 /moduleconfig.h
parent61dc66b5b6109ad05d8c5705154f9acec9907518 (diff)
Major whitespace/style changes to match Linux checkpatch.pl code style
Diffstat (limited to 'moduleconfig.h')
-rw-r--r--moduleconfig.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/moduleconfig.h b/moduleconfig.h
index ac5af6f..a344baf 100644
--- a/moduleconfig.h
+++ b/moduleconfig.h
@@ -27,12 +27,12 @@
/* Default: Not selected */
/* Meaning: Yaffs does its own ECC, rather than using MTD ECC */
-//#define CONFIG_YAFFS_DOES_ECC
+/* #define CONFIG_YAFFS_DOES_ECC */
/* Default: Not selected */
/* Meaning: ECC byte order is 'wrong'. Only meaningful if */
/* CONFIG_YAFFS_DOES_ECC is set */
-//#define CONFIG_YAFFS_ECC_WRONG_ORDER
+/* #define CONFIG_YAFFS_ECC_WRONG_ORDER */
/* Default: Selected */
/* Meaning: Disables testing whether chunks are erased before writing to them*/
@@ -58,7 +58,7 @@ MTD versions in yaffs_mtdif1.c.
*/
/* Default: Not selected */
/* Meaning: Use older-style on-NAND data format with pageStatus byte */
-//#define CONFIG_YAFFS_9BYTE_TAGS
+/* #define CONFIG_YAFFS_9BYTE_TAGS */
#endif /* YAFFS_OUT_OF_TREE */