git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b20a35
)
module: return bool from within_module*()
author
Petr Mladek
<pmladek@suse.cz>
Sat, 26 Jul 2014 21:55:01 +0000
(07:25 +0930)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Sun, 27 Jul 2014 11:22:44 +0000
(20:52 +0930)
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>
include/linux/module.h
patch
|
blob
|
history
diff --cc
include/linux/module.h
Simple merge