Skip to content

Commit

Permalink
Remove useless end comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
torstehu committed Apr 28, 2014
1 parent d4a9606 commit 7e9b2e9
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 32 deletions.
2 changes: 0 additions & 2 deletions exfat_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -526,5 +526,3 @@ EXPORT_SYMBOL(FsReleaseCache);
/*======================================================================*/
/* Local Function Definitions */
/*======================================================================*/

/* end of exfat_api.c */
2 changes: 0 additions & 2 deletions exfat_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -204,5 +204,3 @@ typedef struct {
s32 FsReleaseCache(struct super_block *sb);

#endif /* _EXFAT_API_H */

/* end of exfat_api.h */
2 changes: 0 additions & 2 deletions exfat_blkdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,5 +195,3 @@ s32 bdev_sync(struct super_block *sb)

return sync_blockdev(sb->s_bdev);
}

/* end of exfat_blkdev.c */
2 changes: 0 additions & 2 deletions exfat_blkdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
2 changes: 0 additions & 2 deletions exfat_cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
2 changes: 0 additions & 2 deletions exfat_cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
2 changes: 0 additions & 2 deletions exfat_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,3 @@
#endif

#endif /* _EXFAT_CONFIG_H */

/* end of exfat_config.h */
4 changes: 1 addition & 3 deletions exfat_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/************************************************************************/
/* */
/* PROJECT : exFAT & FAT12/16/32 File System */
/* FILE : exfat.c */
/* FILE : exfat_core.c */
/* PURPOSE : exFAT File Manager */
/* */
/*----------------------------------------------------------------------*/
Expand Down Expand Up @@ -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 */
2 changes: 1 addition & 1 deletion exfat_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
/* */
/*----------------------------------------------------------------------*/
Expand Down
2 changes: 0 additions & 2 deletions exfat_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
2 changes: 0 additions & 2 deletions exfat_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,3 @@
#define BUF_CACHE_HASH_SIZE 64

#endif /* _EXFAT_DATA_H */

/* end of exfat_data.h */
2 changes: 0 additions & 2 deletions exfat_nls.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
2 changes: 0 additions & 2 deletions exfat_nls.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
2 changes: 0 additions & 2 deletions exfat_oal.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,3 @@ TIMESTAMP_T *tm_current(TIMESTAMP_T *tp)

return tp;
} /* end of tm_current */

/* end of exfat_oal.c */
2 changes: 0 additions & 2 deletions exfat_oal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
2 changes: 0 additions & 2 deletions exfat_upcase.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 7e9b2e9

Please sign in to comment.