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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1C62BC433FE for ; Sat, 8 Oct 2022 09:52:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=m1ZU/76uFyZjrKGuGhB/cZqMCWnBhBlzGU3nuDsQIxs=; b=pQ0nF3YyqtsUmR U1wo0L6vEb/braPWHQ7pDedUq3mzlxIAwgr8Jx2TBXMgQT5HWxNgq+9dFCF+htkaM3Bu2ZrIKj6fh z34LWeHy6siTJYMczV3LAcpFzGYcstFk8iDj/wectKIFbGYr5sxxR9j7KQpNrG4wry6UX0x+KcU77 Fg3dc/ANFLxtRBhuhuMZEJpqawwh41Jud0BIEQcDbmxRciee0pTdTudQQsafwi50URQJHz+NFcXY4 3snHFViXIhfARiwI+IGB0jHmS3yo12Mq8qT159lGgr+W62ZHJ62AbygW3kW8spMUZFB+vYewTRa9z r/AdQtRqS5uC3OzXOe0A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oh6UQ-00CgN9-Pz; Sat, 08 Oct 2022 09:51:26 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oh6UO-00CgM0-20 for linux-arm-kernel@lists.infradead.org; Sat, 08 Oct 2022 09:51:25 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 8A5B9B80171; Sat, 8 Oct 2022 09:51:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C05B9C433D6; Sat, 8 Oct 2022 09:51:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1665222679; bh=x13HOIyD9suTVaFon3YOufV/ukJs++5vFFe4lyLKq8s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ucw/4c33UnsaixjglaVysYOQszO9SclUkKPpu4TblPcpqpDbAEsifY4ZLQGzhzWNM mIx5OqB5x06BuuN3HL4HxNBXNk7K/N4x2FKfLJiJjqJLYayNOw1uxO5haIhMQx1ekf isFo1ffZtrZZMtAeGHLHPgFrA2T6xgE7iTcFMyQU= Date: Sat, 8 Oct 2022 11:52:01 +0200 From: Greg Kroah-Hartman To: Zhou Furong Cc: Elliot Berman , 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 Subject: Re: [PATCH v4 14/14] tty: gunyah: Add tty console driver for RM Console Services Message-ID: References: <20220928195633.2348848-1-quic_eberman@quicinc.com> <20220928195633.2348848-15-quic_eberman@quicinc.com> <4cb5e7eb-1571-ed91-e1da-b4223a26f41c@linux.intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <4cb5e7eb-1571-ed91-e1da-b4223a26f41c@linux.intel.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221008_025124_256350_2A60F38B X-CRM114-Status: GOOD ( 14.61 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sat, Oct 08, 2022 at 03:41:53PM +0800, Zhou Furong wrote: > > > > + > > > +/* > > > + * 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? For comment blocks, yes please. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel