Commit 290211fb authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

tty: Aligh tty_driver members

As done for other structures here in file.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 19948472
......@@ -136,8 +136,8 @@ struct tty_driver {
char *name;
int index;
int img_type;
unsigned flags;
int (*fd_get_index)(int fd, const struct fd_parms *);
unsigned int flags;
int (*fd_get_index)(int fd, const struct fd_parms *p);
int (*img_get_index)(struct tty_info *ti);
int (*open)(struct tty_info *ti);
};
......
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