]> git.ipfire.org Git - thirdparty/linux.git/commit
hvc: unify console setup naming
authorSergey Senozhatsky <sergey.senozhatsky@gmail.com>
Fri, 19 Jun 2020 17:22:40 +0000 (02:22 +0900)
committerPetr Mladek <pmladek@suse.com>
Thu, 25 Jun 2020 12:27:00 +0000 (14:27 +0200)
commit6f2fdb298bf8e3207d060d57f2565b13d9300d2f
treecc2177854f16c797aa5b6bf17f1e045cef1b8aa8
parent504603767ab639c47912be08d62e02b43125e82e
hvc: unify console setup naming

Use the 'common' foo_console_setup() naming scheme. There are 71
foo_console_setup() callbacks and only one foo_setup_console().

Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jiri Slaby <jslaby@suse.com>
Signed-off-by: Petr Mladek <pmladek@suse.com>
Link: https://lore.kernel.org/r/20200619172240.754910-1-sergey.senozhatsky@gmail.com
drivers/tty/hvc/hvc_xen.c