Searched hist:"29 e8077ae2beea6a85ad2d0bae9c550bd5d05ed9" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | kprobes.h | diff 29e8077ae2beea6a85ad2d0bae9c550bd5d05ed9 Tue Sep 14 09:40:16 CDT 2021 Masami Hiramatsu <mhiramat@kernel.org> kprobes: Use bool type for functions which returns boolean value
Use the 'bool' type instead of 'int' for the functions which returns a boolean value, because this makes clear that those functions don't return any error code.
Link: https://lkml.kernel.org/r/163163041649.489837.17311187321419747536.stgit@devnote2
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
|
/openbmc/linux/kernel/ |
H A D | kprobes.c | diff 29e8077ae2beea6a85ad2d0bae9c550bd5d05ed9 Tue Sep 14 09:40:16 CDT 2021 Masami Hiramatsu <mhiramat@kernel.org> kprobes: Use bool type for functions which returns boolean value
Use the 'bool' type instead of 'int' for the functions which returns a boolean value, because this makes clear that those functions don't return any error code.
Link: https://lkml.kernel.org/r/163163041649.489837.17311187321419747536.stgit@devnote2
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
|
/openbmc/linux/kernel/trace/ |
H A D | trace_kprobe.c | diff 29e8077ae2beea6a85ad2d0bae9c550bd5d05ed9 Tue Sep 14 09:40:16 CDT 2021 Masami Hiramatsu <mhiramat@kernel.org> kprobes: Use bool type for functions which returns boolean value
Use the 'bool' type instead of 'int' for the functions which returns a boolean value, because this makes clear that those functions don't return any error code.
Link: https://lkml.kernel.org/r/163163041649.489837.17311187321419747536.stgit@devnote2
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
|