Skip to content
Commit 76681c8f authored by Petr Mladek's avatar Petr Mladek Committed by Rusty Russell
Browse files

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: default avatarPetr Mladek <pmladek@suse.cz>
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 9b20a352
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment