Skip to content
Commit d17067e4 authored by gaurav jindal's avatar gaurav jindal Committed by Ingo Molnar
Browse files

sched/completions: Use bool in try_wait_for_completion()



Since the return type of the function is bool, the internal
'ret' variable should be bool too.

Signed-off-by: default avatarGaurav <Jindal&lt;gauravjindal1104@gmail.com>
Signed-off-by: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20180221125407.GA14292@gmail.com


Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent 31e77c93
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