Commit 8218e014 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

pie: parasite -- Drop dangling \Tab

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 290211fb
...@@ -435,7 +435,7 @@ static int parasite_dump_tty(struct parasite_tty_args *args) ...@@ -435,7 +435,7 @@ static int parasite_dump_tty(struct parasite_tty_args *args)
__tty_ioctl(TIOCGSID, args->sid); __tty_ioctl(TIOCGSID, args->sid);
__tty_ioctl(TIOCGPGRP, args->pgrp); __tty_ioctl(TIOCGPGRP, args->pgrp);
__tty_ioctl(TIOCGEXCL, args->st_excl); __tty_ioctl(TIOCGEXCL, args->st_excl);
if (args->type == TTY_TYPE_PTM || if (args->type == TTY_TYPE_PTM ||
args->type == TTY_TYPE_PTS) { args->type == TTY_TYPE_PTS) {
__tty_ioctl(TIOCGPKT, args->st_pckt); __tty_ioctl(TIOCGPKT, args->st_pckt);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment