Petr Mladek writes:
> 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
Thanks, applied both.
Cheers,
Rusty.
> ---
> include/linux/module.h |
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
---
include/linux/module.h | 8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/
2 matches
Mail list logo