]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - kernel/sched/wait.c
sched: Clean up and harmonize the coding style of the scheduler code base
[mirror_ubuntu-jammy-kernel.git] / kernel / sched / wait.c
index 929ecb7d6b78a70f4ec4548a582f78c749d7d3ee..7b2a142ae629287062dbc2ac62fceb4252425290 100644 (file)
@@ -107,6 +107,7 @@ static int __wake_up_common(struct wait_queue_head *wq_head, unsigned int mode,
                        break;
                }
        }
+
        return nr_exclusive;
 }
 
@@ -317,6 +318,7 @@ int do_wait_intr(wait_queue_head_t *wq, wait_queue_entry_t *wait)
        spin_unlock(&wq->lock);
        schedule();
        spin_lock(&wq->lock);
+
        return 0;
 }
 EXPORT_SYMBOL(do_wait_intr);
@@ -333,6 +335,7 @@ int do_wait_intr_irq(wait_queue_head_t *wq, wait_queue_entry_t *wait)
        spin_unlock_irq(&wq->lock);
        schedule();
        spin_lock_irq(&wq->lock);
+
        return 0;
 }
 EXPORT_SYMBOL(do_wait_intr_irq);
@@ -378,6 +381,7 @@ int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, i
 
        if (ret)
                list_del_init(&wq_entry->entry);
+
        return ret;
 }
 EXPORT_SYMBOL(autoremove_wake_function);