diff --git a/ntfsprogs/mkntfs.c b/ntfsprogs/mkntfs.c index abb07035..da8b1e08 100644 --- a/ntfsprogs/mkntfs.c +++ b/ntfsprogs/mkntfs.c @@ -566,8 +566,6 @@ static void *ntfs_calloc(size_t nmemb, size_t size) /** * append_to_bad_blocks - * - * Note: Might not return. */ static BOOL append_to_bad_blocks(unsigned long long block) { @@ -633,8 +631,6 @@ static long long mkntfs_write(struct ntfs_device *dev, * * Return the number of bytes written (minus padding) or -1 on error. Errno * will be set to the error code. - * - * Note: Might not return. */ static s64 ntfs_rlwrite(struct ntfs_device *dev, const runlist *rl, const u8 *val, const s64 val_len, s64 *inited_size) @@ -715,8 +711,6 @@ static s64 ntfs_rlwrite(struct ntfs_device *dev, const runlist *rl, /** * dump_resident_attr_val - * - * Note: Might not return. */ static void dump_resident_attr_val(ATTR_TYPES type, char *val, u32 val_len) { @@ -3423,8 +3417,6 @@ static void mkntfs_cleanup(void) /** * mkntfs_open_partition - - * - * Note: Might not return. */ static int mkntfs_open_partition(void) { @@ -3767,8 +3759,6 @@ static BOOL mkntfs_override_phys_params(ntfs_volume *vol) /** * mkntfs_initialize_bitmaps - - * - * Note: Might not return. */ static BOOL mkntfs_initialize_bitmaps(void) { @@ -3846,8 +3836,6 @@ static BOOL mkntfs_initialize_bitmaps(void) /** * mkntfs_initialize_rl_mft - - * - * Note: Might not return. */ static BOOL mkntfs_initialize_rl_mft(void) { @@ -3953,8 +3941,6 @@ static BOOL mkntfs_initialize_rl_mft(void) /** * mkntfs_initialize_rl_logfile - - * - * Note: Might not return. */ static BOOL mkntfs_initialize_rl_logfile(void) { @@ -4030,8 +4016,6 @@ static BOOL mkntfs_initialize_rl_logfile(void) /** * mkntfs_initialize_rl_boot - - * - * Note: Might not return. */ static BOOL mkntfs_initialize_rl_boot(void) { @@ -4066,8 +4050,6 @@ static BOOL mkntfs_initialize_rl_boot(void) /** * mkntfs_initialize_rl_bad - - * - * Note: Might not return. */ static BOOL mkntfs_initialize_rl_bad(void) { @@ -4097,8 +4079,6 @@ static BOOL mkntfs_initialize_rl_bad(void) /** * mkntfs_fill_device_with_zeroes - - * - * Note: Might not return. */ static BOOL mkntfs_fill_device_with_zeroes(void) { @@ -4340,8 +4320,6 @@ bb_err: /** * mkntfs_create_root_structures - - * - * Note: Might not return. */ static BOOL mkntfs_create_root_structures(void) {