From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 73700C433FE for ; Sat, 8 Oct 2022 07:42:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229739AbiJHHmS (ORCPT ); Sat, 8 Oct 2022 03:42:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34168 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229458AbiJHHmP (ORCPT ); Sat, 8 Oct 2022 03:42:15 -0400 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E2FC854CB9; Sat, 8 Oct 2022 00:42:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1665214934; x=1696750934; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=1M19IrZ4xTILfMAp70C9Y4qf+AOJN3zmJP4Md3FiyYI=; b=cqg9IQwVVg21CNZ/XvIb/+1i2cDN816BjrulNA3w1iS3AYUERJZJFcH7 wplounLOUi4HLA3KmD8ljWT0H8QMpctwLVQAc2oOBhxTxMuoXY5LZpWg+ jCw01EVJT73+BfT2OYJfSTc58/VQNGFZj3fwCaUUqSfZExb6xPv/9Evdc 9JHXBNNIHgy+CYiDP5Ws5J/n5qXTjJwRI7HEbyMURpEHOoUt9sbdgdHyK gvy9RZkwZNwepZw2CpRTNIrRTAYubKFivtIHiB3H0F806GeRlgYFf8Dga LYcZsrdLd63t34Nm3xVbxPwprepRdUgXvPqzjPoC8ViUUtmPoR4al8hQu A==; X-IronPort-AV: E=McAfee;i="6500,9779,10493"; a="305498125" X-IronPort-AV: E=Sophos;i="5.95,169,1661842800"; d="scan'208";a="305498125" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Oct 2022 00:42:02 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10493"; a="954338271" X-IronPort-AV: E=Sophos;i="5.95,169,1661842800"; d="scan'208";a="954338271" Received: from zhoufuro-mobl.ccr.corp.intel.com (HELO [10.255.30.218]) ([10.255.30.218]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Oct 2022 00:41:55 -0700 Message-ID: <4cb5e7eb-1571-ed91-e1da-b4223a26f41c@linux.intel.com> Date: Sat, 8 Oct 2022 15:41:53 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.13.1 Subject: Re: [PATCH v4 14/14] tty: gunyah: Add tty console driver for RM Console Services Content-Language: en-US To: Greg Kroah-Hartman , Elliot Berman Cc: Bjorn Andersson , Jiri Slaby , Murali Nalajala , Trilok Soni , Srivatsa Vaddagiri , Carl van Schaik , Andy Gross , Dmitry Baryshkov , Jassi Brar , linux-arm-kernel@lists.infradead.org, Mark Rutland , Lorenzo Pieralisi , Sudeep Holla , Marc Zyngier , Rob Herring , Krzysztof Kozlowski , Jonathan Corbet , Will Deacon , Catalin Marinas , Arnd Bergmann , devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org References: <20220928195633.2348848-1-quic_eberman@quicinc.com> <20220928195633.2348848-15-quic_eberman@quicinc.com> From: Zhou Furong In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org >> + >> +/* >> + * The Linux TTY code does not support dynamic addition of tty derived devices so we need to know >> + * how many tty devices we might need when space is allocated for the tty device. Since VMs might be >> + * added/removed dynamically, we need to make sure we have enough allocated. > > Wrap comments at 80 columns please. > checkpatch has extend LINE MAX to 100,do we still suggest wrap to 80?