Re: [PATCH 2/2] module: return bool from within_module*()

2014-07-22 Thread Rusty Russell
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 |

[PATCH 2/2] module: return bool from within_module*()

2014-07-22 Thread Petr Mladek
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/