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 { ...@@ -136,8 +136,8 @@ struct tty_driver {
char *name; char *name;
int index; int index;
int img_type; int img_type;
unsigned flags; unsigned int flags;
int (*fd_get_index)(int fd, const struct fd_parms *); int (*fd_get_index)(int fd, const struct fd_parms *p);
int (*img_get_index)(struct tty_info *ti); int (*img_get_index)(struct tty_info *ti);
int (*open)(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