X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=fs%2Fyaffs2%2Fydirectenv.h;h=b5558108441c3f50c50a03509033aa7a71a63d55;hb=19ef4f7a6ef3b725aa9fe4b4f5fb676a84160172;hp=adcc0b546856f9954db80a153254adf6f3d9902e;hpb=8641ff266ae6638da201747c239fd39ba34c4958;p=u-boot diff --git a/fs/yaffs2/ydirectenv.h b/fs/yaffs2/ydirectenv.h index adcc0b5468..b555810844 100644 --- a/fs/yaffs2/ydirectenv.h +++ b/fs/yaffs2/ydirectenv.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 @@ -20,7 +20,7 @@ #ifndef __YDIRECTENV_H__ #define __YDIRECTENV_H__ -// Direct interface +/* Direct interface */ #include "devextras.h" @@ -90,5 +90,3 @@ #define yaffs_strcmp(a,b) strcmp(a,b) #endif - -