vfio/mdev: add static modifier to add_mdev_supported_type
[sfrench/cifs-2.6.git] / kernel / signal.c
index 17565240b1c620fb5b5ca4c2047412bd817cba1c..9a32bc2088c90c709cc2acc336f0ac3d68342931 100644 (file)
@@ -892,7 +892,7 @@ static bool prepare_signal(int sig, struct task_struct *p, bool force)
                        /*
                         * The first thread which returns from do_signal_stop()
                         * will take ->siglock, notice SIGNAL_CLD_MASK, and
-                        * notify its parent. See get_signal_to_deliver().
+                        * notify its parent. See get_signal().
                         */
                        signal_set_stop_flags(signal, why | SIGNAL_STOP_CONTINUED);
                        signal->group_stop_count = 0;