X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=fs%2Fyaffs2%2Fyaffs_qsort.h;h=19083da51a2e0826ec6f329da4c457eea43c0a26;hb=4b0708093e15b412296328bf81325cf9b69fe512;hp=3ec73979de0488538264ed1de57148cddf843de0;hpb=28ac6719108e989429de2b3dfa90312ba7c4d27b;p=platform%2Fkernel%2Fu-boot.git diff --git a/fs/yaffs2/yaffs_qsort.h b/fs/yaffs2/yaffs_qsort.h index 3ec7397..19083da 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