]> Git Repo - linux.git/blobdiff - kernel/exit.c
treewide: Remove uninitialized_var() usage
[linux.git] / kernel / exit.c
index 727150f281033850f99eb199d66f1b2bf4c8b86d..7bcd571618dd66c4014425b33c0371ddcdc8007f 100644 (file)
@@ -93,7 +93,7 @@ static void __exit_signal(struct task_struct *tsk)
        struct signal_struct *sig = tsk->signal;
        bool group_dead = thread_group_leader(tsk);
        struct sighand_struct *sighand;
-       struct tty_struct *uninitialized_var(tty);
+       struct tty_struct *tty;
        u64 utime, stime;
 
        sighand = rcu_dereference_check(tsk->sighand,
This page took 0.022031 seconds and 4 git commands to generate.