X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=fs%2Fyaffs2%2Fyaffs_qsort.h;h=19083da51a2e0826ec6f329da4c457eea43c0a26;hb=6c869637fef31e66380f0ea1d49690a2e26ec0d7;hp=3ec73979de0488538264ed1de57148cddf843de0;hpb=5a7ddf4e1fb9347f783eb1473c30187d7a22bd81;p=u-boot diff --git a/fs/yaffs2/yaffs_qsort.h b/fs/yaffs2/yaffs_qsort.h index 3ec73979de..19083da51a 100644 --- a/fs/yaffs2/yaffs_qsort.h +++ b/fs/yaffs2/yaffs_qsort.h @@ -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