rcu: Change function declaration to bool
[deliverable/linux.git] / kernel / rcu / tree.c
index 6efb0b66a30d83d0d99c9930a72378dd375ee3d7..7b9dd4f62569557653823363fafde1b6973223dc 100644 (file)
@@ -3496,7 +3496,7 @@ static int rcu_pending(void)
  * non-NULL, store an indication of whether all callbacks are lazy.
  * (If there are no callbacks, all of them are deemed to be lazy.)
  */
-static int __maybe_unused rcu_cpu_has_callbacks(bool *all_lazy)
+static bool __maybe_unused rcu_cpu_has_callbacks(bool *all_lazy)
 {
        bool al = true;
        bool hc = false;
This page took 0.041826 seconds and 5 git commands to generate.