Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
module: return bool from within_module*()
The within_module*() functions return only true or false. Let's use bool as the return type. Note that it should not change kABI because these are inline functions. Signed-off-by: Petr Mladek <pmladek@suse.cz> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
- Loading branch information