From c98e0fba57e61a3a74deb0cd21b8a7742dff665e Mon Sep 17 00:00:00 2001 From: "Eric W. Biederman" Date: Wed, 13 Dec 2006 00:34:05 -0800 Subject: [PATCH] --- yaml --- r: 44439 b: refs/heads/master c: 3dfcaf16135150d0f025047a7525664a41bb2adf h: refs/heads/master i: 44437: 7cfceef3e5f5fe3f40549e9e2ab19dc70294c128 44435: 2f883a2889016b46628b857ebc3b518e76aedbb7 44431: 70b3ea086fed5bc32ad31ebacb3a925fd9a6e2c5 v: v3 --- [refs] | 2 +- trunk/drivers/char/vt_ioctl.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 8465826caaae..fc5f49452ef0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5f8442edfb214908e9c6ca1142bf882c9bc364e5 +refs/heads/master: 3dfcaf16135150d0f025047a7525664a41bb2adf diff --git a/trunk/drivers/char/vt_ioctl.c b/trunk/drivers/char/vt_ioctl.c index ac5d60edbafa..311493e7b409 100644 --- a/trunk/drivers/char/vt_ioctl.c +++ b/trunk/drivers/char/vt_ioctl.c @@ -1087,7 +1087,7 @@ static void complete_change_console(struct vc_data *vc) switch_screen(vc); /* - * This can't appear below a successful kill_proc(). If it did, + * This can't appear below a successful kill_pid(). If it did, * then the *blank_screen operation could occur while X, having * received acqsig, is waking up on another processor. This * condition can lead to overlapping accesses to the VGA range @@ -1110,7 +1110,7 @@ static void complete_change_console(struct vc_data *vc) */ if (vc->vt_mode.mode == VT_PROCESS) { /* - * Send the signal as privileged - kill_proc() will + * Send the signal as privileged - kill_pid() will * tell us if the process has gone or something else * is awry */ @@ -1170,7 +1170,7 @@ void change_console(struct vc_data *new_vc) vc = vc_cons[fg_console].d; if (vc->vt_mode.mode == VT_PROCESS) { /* - * Send the signal as privileged - kill_proc() will + * Send the signal as privileged - kill_pid() will * tell us if the process has gone or something else * is awry */