Commit 819f41ea authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

tty: Drop dangling \Tab

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 652fbf3b
...@@ -1262,7 +1262,7 @@ static int collect_one_tty_info_entry(void *obj, ProtobufCMessage *msg) ...@@ -1262,7 +1262,7 @@ static int collect_one_tty_info_entry(void *obj, ProtobufCMessage *msg)
info->tie->type, info->tie->id); info->tie->type, info->tie->id);
return -1; return -1;
} }
INIT_LIST_HEAD(&info->list); INIT_LIST_HEAD(&info->list);
list_add(&info->list, &all_tty_info_entries); list_add(&info->list, &all_tty_info_entries);
......
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