]> git.sur5r.net Git - u-boot/blobdiff - fs/yaffs2/yaffs_qsort.h
NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS
[u-boot] / fs / yaffs2 / yaffs_qsort.h
index 3ec73979de0488538264ed1de57148cddf843de0..19083da51a2e0826ec6f329da4c457eea43c0a26 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
+ * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
  * Copyright (C) 2002-2007 Aleph One Ltd.
  *   for Toby Churchill Ltd and Brightstar Engineering
@@ -18,6 +18,6 @@
 #define __YAFFS_QSORT_H__
 
 extern void yaffs_qsort (void *const base, size_t total_elems, size_t size,
-                   int (*cmp)(const void *, const void *));
+                  int (*cmp)(const void *, const void *));
 
 #endif