diff options
| author | Wolfgang Denk <wd@denx.de> | 2008-08-14 14:41:06 +0200 |
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2008-08-14 14:41:06 +0200 |
| commit | 4b0708093e15b412296328bf81325cf9b69fe512 (patch) | |
| tree | 3586fc61e3fbac6553d888eb3091fb6064638cbb /fs/yaffs2/ydirectenv.h | |
| parent | 28ac6719108e989429de2b3dfa90312ba7c4d27b (diff) | |
| download | olio-uboot-2014.01-4b0708093e15b412296328bf81325cf9b69fe512.tar.xz olio-uboot-2014.01-4b0708093e15b412296328bf81325cf9b69fe512.zip | |
Coding Style cleanup, update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'fs/yaffs2/ydirectenv.h')
| -rw-r--r-- | fs/yaffs2/ydirectenv.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/fs/yaffs2/ydirectenv.h b/fs/yaffs2/ydirectenv.h index adcc0b546..b55581084 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 - - |