Loading arch/um/drivers/mconsole_kern.c +1 −1 Original line number Diff line number Diff line Loading @@ -283,7 +283,7 @@ struct unplugged_pages { }; static DEFINE_MUTEX(plug_mem_mutex); static unsigned long long unplugged_pages_count = 0; static unsigned long long unplugged_pages_count; static LIST_HEAD(unplugged_pages); static int unplug_index = UNPLUGGED_PER_PAGE; Loading arch/um/drivers/ssl.c +1 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ static const struct tty_operations ssl_ops = { /* Changed by ssl_init and referenced by ssl_exit, which are both serialized * by being an initcall and exitcall, respectively. */ static int ssl_init_done = 0; static int ssl_init_done; static void ssl_console_write(struct console *c, const char *string, unsigned len) Loading arch/um/drivers/stdio_console.c +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ static int con_remove(int n, char **error_out) } /* Set in an initcall, checked in an exitcall */ static int con_init_done = 0; static int con_init_done; static int con_install(struct tty_driver *driver, struct tty_struct *tty) { Loading arch/um/drivers/ubd_kern.c +1 −1 Original line number Diff line number Diff line Loading @@ -1555,7 +1555,7 @@ static void do_io(struct io_thread_req *req, struct io_desc *desc) int kernel_fd = -1; /* Only changed by the io thread. XXX: currently unused. */ static int io_count = 0; static int io_count; int io_thread(void *arg) { Loading Loading
arch/um/drivers/mconsole_kern.c +1 −1 Original line number Diff line number Diff line Loading @@ -283,7 +283,7 @@ struct unplugged_pages { }; static DEFINE_MUTEX(plug_mem_mutex); static unsigned long long unplugged_pages_count = 0; static unsigned long long unplugged_pages_count; static LIST_HEAD(unplugged_pages); static int unplug_index = UNPLUGGED_PER_PAGE; Loading
arch/um/drivers/ssl.c +1 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ static const struct tty_operations ssl_ops = { /* Changed by ssl_init and referenced by ssl_exit, which are both serialized * by being an initcall and exitcall, respectively. */ static int ssl_init_done = 0; static int ssl_init_done; static void ssl_console_write(struct console *c, const char *string, unsigned len) Loading
arch/um/drivers/stdio_console.c +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ static int con_remove(int n, char **error_out) } /* Set in an initcall, checked in an exitcall */ static int con_init_done = 0; static int con_init_done; static int con_install(struct tty_driver *driver, struct tty_struct *tty) { Loading
arch/um/drivers/ubd_kern.c +1 −1 Original line number Diff line number Diff line Loading @@ -1555,7 +1555,7 @@ static void do_io(struct io_thread_req *req, struct io_desc *desc) int kernel_fd = -1; /* Only changed by the io thread. XXX: currently unused. */ static int io_count = 0; static int io_count; int io_thread(void *arg) { Loading