static inline void dm_bio_integrity_rewind(struct bio *bio,
                                           unsigned int bytes_done)
 {
-       return;
 }
 
 #endif
 
 static inline void dm_bio_crypt_rewind(struct bio *bio, unsigned int bytes)
 {
-       return;
 }
 
 #endif
 
 
        kfree(lc->usr_argv_str);
        kfree(lc);
-
-       return;
 }
 
 static int userspace_presuspend(struct dm_dirty_log *log)
        fe->region = region;
        list_add(&fe->list, &lc->mark_list);
        spin_unlock_irqrestore(&lc->flush_lock, flags);
-
-       return;
 }
 
 /*
        fe->region = region;
        list_add(&fe->list, &lc->clear_list);
        spin_unlock_irqrestore(&lc->flush_lock, flags);
-
-       return;
 }
 
 /*
         * It would be nice to be able to report failures.
         * However, it is easy enough to detect and resolve.
         */
-       return;
 }
 
 /*
        kmem_cache_destroy(_flush_entry_cache);
 
        DMINFO("version " DM_LOG_USERSPACE_VSN " unloaded");
-       return;
 }
 
 module_init(userspace_dirty_log_init);