kernel/drivers/tty/hvc/hvc_console.h
.. .. @@ -1,4 +1,4 @@ 1 -// SPDX-License-Identifier: GPL-2.0+1 +/* SPDX-License-Identifier: GPL-2.0+ */2 2 /* 3 3 * hvc_console.h 4 4 * Copyright (C) 2005 IBM Corporation .. .. @@ -30,7 +30,7 @@ 30 30 * for the tty device. Since this driver supports hotplug of vty adapters we 31 31 * need to make sure we have enough allocated. 32 32 */ 33 -#define HVC_ALLOC_TTY_ADAPTERS 833 +#define HVC_ALLOC_TTY_ADAPTERS 6434 34 35 35 struct hvc_struct { 36 36 struct tty_port port;