Loading drivers/tty/vt/consolemap.c +1 −1 Original line number Diff line number Diff line Loading @@ -708,7 +708,7 @@ EXPORT_SYMBOL(con_set_default_unimap); /** * con_copy_unimap - copy unimap between two vts * @dst_vc: target * @src_vt: source * @src_vc: source * * The caller must hold the console lock when invoking this method */ Loading drivers/tty/vt/vt.c +4 −3 Original line number Diff line number Diff line Loading @@ -1181,7 +1181,6 @@ static inline int resize_screen(struct vc_data *vc, int width, int height, /** * vc_do_resize - resizing method for the tty * @tty: tty being resized * @real_tty: real tty (different to tty if a pty/tty pair) * @vc: virtual console private data * @cols: columns * @lines: lines Loading Loading @@ -2607,6 +2606,9 @@ static inline int vc_sanitize_unicode(const int c) /** * vc_translate_unicode -- Combine UTF-8 into Unicode in @vc_utf_char * @vc: virtual console * @c: character to translate * @rescan: we return true if we need more (continuation) data * * @vc_utf_char is the being-constructed unicode character. * @vc_utf_count is the number of continuation bytes still expected to arrive. Loading Loading @@ -3982,7 +3984,7 @@ EXPORT_SYMBOL(con_is_visible); /** * con_debug_enter - prepare the console for the kernel debugger * @sw: console driver * @vc: virtual console * * Called when the console is taken over by the kernel debugger, this * function needs to save the current console state, then put the console Loading Loading @@ -4040,7 +4042,6 @@ EXPORT_SYMBOL_GPL(con_debug_enter); /** * con_debug_leave - restore console state * @sw: console driver * * Restore the console state to what it was before the kernel debugger * was invoked. Loading drivers/tty/vt/vt_ioctl.c +1 −2 Original line number Diff line number Diff line Loading @@ -181,7 +181,7 @@ static void vt_event_wait(struct vt_event_wait *vw) /** * vt_event_wait_ioctl - event ioctl handler * @arg: argument to ioctl * @event: argument to ioctl (the event) * * Implement the VT_WAITEVENT ioctl using the VT event interface */ Loading @@ -208,7 +208,6 @@ static int vt_event_wait_ioctl(struct vt_event __user *event) /** * vt_waitactive - active console wait * @event: event code * @n: new console * * Helper for event waits. Used to implement the legacy Loading Loading
drivers/tty/vt/consolemap.c +1 −1 Original line number Diff line number Diff line Loading @@ -708,7 +708,7 @@ EXPORT_SYMBOL(con_set_default_unimap); /** * con_copy_unimap - copy unimap between two vts * @dst_vc: target * @src_vt: source * @src_vc: source * * The caller must hold the console lock when invoking this method */ Loading
drivers/tty/vt/vt.c +4 −3 Original line number Diff line number Diff line Loading @@ -1181,7 +1181,6 @@ static inline int resize_screen(struct vc_data *vc, int width, int height, /** * vc_do_resize - resizing method for the tty * @tty: tty being resized * @real_tty: real tty (different to tty if a pty/tty pair) * @vc: virtual console private data * @cols: columns * @lines: lines Loading Loading @@ -2607,6 +2606,9 @@ static inline int vc_sanitize_unicode(const int c) /** * vc_translate_unicode -- Combine UTF-8 into Unicode in @vc_utf_char * @vc: virtual console * @c: character to translate * @rescan: we return true if we need more (continuation) data * * @vc_utf_char is the being-constructed unicode character. * @vc_utf_count is the number of continuation bytes still expected to arrive. Loading Loading @@ -3982,7 +3984,7 @@ EXPORT_SYMBOL(con_is_visible); /** * con_debug_enter - prepare the console for the kernel debugger * @sw: console driver * @vc: virtual console * * Called when the console is taken over by the kernel debugger, this * function needs to save the current console state, then put the console Loading Loading @@ -4040,7 +4042,6 @@ EXPORT_SYMBOL_GPL(con_debug_enter); /** * con_debug_leave - restore console state * @sw: console driver * * Restore the console state to what it was before the kernel debugger * was invoked. Loading
drivers/tty/vt/vt_ioctl.c +1 −2 Original line number Diff line number Diff line Loading @@ -181,7 +181,7 @@ static void vt_event_wait(struct vt_event_wait *vw) /** * vt_event_wait_ioctl - event ioctl handler * @arg: argument to ioctl * @event: argument to ioctl (the event) * * Implement the VT_WAITEVENT ioctl using the VT event interface */ Loading @@ -208,7 +208,6 @@ static int vt_event_wait_ioctl(struct vt_event __user *event) /** * vt_waitactive - active console wait * @event: event code * @n: new console * * Helper for event waits. Used to implement the legacy Loading