X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=fs%2Fyaffs2%2Fydirectenv.h;h=b5558108441c3f50c50a03509033aa7a71a63d55;hb=b9d74b48107d139333322288f9c1c4989f5d7659;hp=adcc0b546856f9954db80a153254adf6f3d9902e;hpb=5a7ddf4e1fb9347f783eb1473c30187d7a22bd81;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 - -