rcuwait: Fix stale wake call name in comment
authorDavidlohr Bueso <dave@stgolabs.net>
Fri, 24 Apr 2020 05:48:33 +0000 (22:48 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 13 May 2020 16:14:51 +0000 (12:14 -0400)
The 'trywake' name was renamed to simply 'wake', update the comment.

Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Message-Id: <20200424054837.5138-2-dave@stgolabs.net>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
kernel/exit.c

index 389a88cb308192babd68abfb4f2022803c3346c1..9f9015f3f6b0ab583de5aa9c5e5e21e61cc6736d 100644 (file)
@@ -236,7 +236,7 @@ void rcuwait_wake_up(struct rcuwait *w)
        /*
         * Order condition vs @task, such that everything prior to the load
         * of @task is visible. This is the condition as to why the user called
-        * rcuwait_trywake() in the first place. Pairs with set_current_state()
+        * rcuwait_wake() in the first place. Pairs with set_current_state()
         * barrier (A) in rcuwait_wait_event().
         *
         *    WAIT                WAKE