diff --git a/exfat_api.c b/exfat_api.c index 3a9943b..32b29f0 100644 --- a/exfat_api.c +++ b/exfat_api.c @@ -526,5 +526,3 @@ EXPORT_SYMBOL(FsReleaseCache); /*======================================================================*/ /* Local Function Definitions */ /*======================================================================*/ - -/* end of exfat_api.c */ diff --git a/exfat_api.h b/exfat_api.h index a924e4d..84bdf61 100644 --- a/exfat_api.h +++ b/exfat_api.h @@ -204,5 +204,3 @@ typedef struct { s32 FsReleaseCache(struct super_block *sb); #endif /* _EXFAT_API_H */ - -/* end of exfat_api.h */ diff --git a/exfat_blkdev.c b/exfat_blkdev.c index b671b27..02fa4fe 100644 --- a/exfat_blkdev.c +++ b/exfat_blkdev.c @@ -195,5 +195,3 @@ s32 bdev_sync(struct super_block *sb) return sync_blockdev(sb->s_bdev); } - -/* end of exfat_blkdev.c */ diff --git a/exfat_blkdev.h b/exfat_blkdev.h index f10dfd4..169d25d 100644 --- a/exfat_blkdev.h +++ b/exfat_blkdev.h @@ -71,5 +71,3 @@ s32 bdev_write(struct super_block *sb, u32 secno, struct buffer_head *bh, u32 nu s32 bdev_sync(struct super_block *sb); #endif /* _EXFAT_BLKDEV_H */ - -/* end of exfat_blkdev.h */ diff --git a/exfat_cache.c b/exfat_cache.c index 36a9717..e6ca88b 100644 --- a/exfat_cache.c +++ b/exfat_cache.c @@ -778,5 +778,3 @@ static void move_to_lru(BUF_CACHE_T *bp, BUF_CACHE_T *list) bp->next->prev = bp->prev; push_to_lru(bp, list); } /* end of buf_cache_move_to_lru */ - -/* end of exfat_cache.c */ diff --git a/exfat_cache.h b/exfat_cache.h index 8d4b577..d82aad5 100644 --- a/exfat_cache.h +++ b/exfat_cache.h @@ -83,5 +83,3 @@ void buf_release_all(struct super_block *sb); void buf_sync(struct super_block *sb); #endif /* _EXFAT_CACHE_H */ - -/* end of exfat_cache.h */ diff --git a/exfat_config.h b/exfat_config.h index fd8928e..33c6525 100644 --- a/exfat_config.h +++ b/exfat_config.h @@ -67,5 +67,3 @@ #endif #endif /* _EXFAT_CONFIG_H */ - -/* end of exfat_config.h */ diff --git a/exfat_core.c b/exfat_core.c index c99897f..b0d0883 100644 --- a/exfat_core.c +++ b/exfat_core.c @@ -28,7 +28,7 @@ /************************************************************************/ /* */ /* PROJECT : exFAT & FAT12/16/32 File System */ -/* FILE : exfat.c */ +/* FILE : exfat_core.c */ /* PURPOSE : exFAT File Manager */ /* */ /*----------------------------------------------------------------------*/ @@ -5112,5 +5112,3 @@ s32 multi_sector_write(struct super_block *sb, u32 sec, struct buffer_head *bh, return ret; } /* end of multi_sector_write */ - -/* end of exfat_core.c */ diff --git a/exfat_core.h b/exfat_core.h index 9724d61..4bdfe4e 100644 --- a/exfat_core.h +++ b/exfat_core.h @@ -19,7 +19,7 @@ /************************************************************************/ /* */ /* PROJECT : exFAT & FAT12/16/32 File System */ -/* FILE : exfat.h */ +/* FILE : exfat_core.h */ /* PURPOSE : Header File for exFAT File Manager */ /* */ /*----------------------------------------------------------------------*/ diff --git a/exfat_data.c b/exfat_data.c index 41c74ec..01f0544 100644 --- a/exfat_data.c +++ b/exfat_data.c @@ -67,5 +67,3 @@ DEFINE_SEMAPHORE(b_sem); BUF_CACHE_T buf_cache_array[BUF_CACHE_SIZE]; BUF_CACHE_T buf_cache_lru_list; BUF_CACHE_T buf_cache_hash_list[BUF_CACHE_HASH_SIZE]; - -/* end of exfat_data.c */ diff --git a/exfat_data.h b/exfat_data.h index 317e827..53b0e39 100644 --- a/exfat_data.h +++ b/exfat_data.h @@ -56,5 +56,3 @@ #define BUF_CACHE_HASH_SIZE 64 #endif /* _EXFAT_DATA_H */ - -/* end of exfat_data.h */ diff --git a/exfat_nls.c b/exfat_nls.c index 382bdc3..aba603b 100644 --- a/exfat_nls.c +++ b/exfat_nls.c @@ -442,5 +442,3 @@ static s32 convert_uni_to_ch(struct nls_table *nls, u8 *ch, u16 uni, s32 *lossy) return len; } /* end of convert_uni_to_ch */ - -/* end of exfat_nls.c */ diff --git a/exfat_nls.h b/exfat_nls.h index 69eedc9..bc516d7 100644 --- a/exfat_nls.h +++ b/exfat_nls.h @@ -89,5 +89,3 @@ void nls_uniname_to_cstring(struct super_block *sb, u8 *p_cstring, UNI_NAME_T void nls_cstring_to_uniname(struct super_block *sb, UNI_NAME_T *p_uniname, u8 *p_cstring, s32 *p_lossy); #endif /* _EXFAT_NLS_H */ - -/* end of exfat_nls.h */ diff --git a/exfat_oal.c b/exfat_oal.c index 814a919..6ef7c7b 100644 --- a/exfat_oal.c +++ b/exfat_oal.c @@ -184,5 +184,3 @@ TIMESTAMP_T *tm_current(TIMESTAMP_T *tp) return tp; } /* end of tm_current */ - -/* end of exfat_oal.c */ diff --git a/exfat_oal.h b/exfat_oal.h index b9ad234..b6dd789 100644 --- a/exfat_oal.h +++ b/exfat_oal.h @@ -72,5 +72,3 @@ void sm_V(struct semaphore *sm); TIMESTAMP_T *tm_current(TIMESTAMP_T *tm); #endif /* _EXFAT_OAL_H */ - -/* end of exfat_oal.h */ diff --git a/exfat_upcase.c b/exfat_upcase.c index 457ee8d..e0a8668 100644 --- a/exfat_upcase.c +++ b/exfat_upcase.c @@ -403,5 +403,3 @@ u8 uni_upcase[NUM_UPCASE<<1] = { 0xF2, 0xFF, 0xF3, 0xFF, 0xF4, 0xFF, 0xF5, 0xFF, 0xF6, 0xFF, 0xF7, 0xFF, 0xF8, 0xFF, 0xF9, 0xFF, 0xFA, 0xFF, 0xFB, 0xFF, 0xFC, 0xFF, 0xFD, 0xFF, 0xFE, 0xFF, 0xFF, 0xFF }; - -/* end of exfat_upcase.c */