From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="Mcl+cu8E" Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 072B4D60; Fri, 24 Nov 2023 07:34:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Sender:Reply-To:Content-ID:Content-Description; bh=YH0n4Wp67DESQS2e3jluKHbDLDEmJ/9RueSoPQru0mg=; b=Mcl+cu8EtzZcCAyp4l+8EyWvvq Km2XkZNacDEvGshYY2eb1o17MK6Ta1/fk8dSNOtutDTnbnt2eXd9nqpCXFghpzbBpYGhBBt6ucUYI P+39PbdptmcAdnzk5ntKhM8LKBtTnup1jE5S07cnVlqNG+dm6Nist9JiexdXcECHTAWLeDDloEvA8 VUB2rJjWkhJXTo4yMo5NdG9iiTWU+moYmdBhVwXsi4HvkCdZGFoaXamQ6Uv6E2ntLVNGkwHvJR86W wfIjAk2bYaGuQvbzghDYgDjY1NttEotiYreMmCFnP3FL+kp+AVWr6RjNbXu4BTFs+6FNHjBUEKwug 0FTe2NUg==; Received: from [50.53.46.231] (helo=[192.168.254.15]) by bombadil.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1r6YCM-007Yhi-2R; Fri, 24 Nov 2023 15:34:30 +0000 Message-ID: Date: Fri, 24 Nov 2023 07:34:28 -0800 Precedence: bulk X-Mailing-List: linux-fbdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] video: fbdev: mmp: Fix typo in code comment Content-Language: en-US To: Dario Binacchi , linux-kernel@vger.kernel.org Cc: Andrew Morton , Haojian Zhuang , Helge Deller , Zhou Zhu , dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org References: <20231124095221.659445-1-dario.binacchi@amarulasolutions.com> From: Randy Dunlap In-Reply-To: <20231124095221.659445-1-dario.binacchi@amarulasolutions.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi, On 11/24/23 01:52, Dario Binacchi wrote: > s/singals/signals/ > > Fixes: 641b4b1b6a7c ("video: mmpdisp: add spi port in display controller") > Signed-off-by: Dario Binacchi > --- > > drivers/video/fbdev/mmp/hw/mmp_spi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/video/fbdev/mmp/hw/mmp_spi.c b/drivers/video/fbdev/mmp/hw/mmp_spi.c > index 16401eb95c6c..64e34b7e739e 100644 > --- a/drivers/video/fbdev/mmp/hw/mmp_spi.c > +++ b/drivers/video/fbdev/mmp/hw/mmp_spi.c > @@ -91,7 +91,7 @@ static int lcd_spi_setup(struct spi_device *spi) > writel(tmp, reg_base + LCD_SPU_SPI_CTRL); > > /* > - * After set mode it need a time to pull up the spi singals, > + * After set mode it need a time to pull up the spi signals, Also: it needs time or it needs some time > * or it would cause the wrong waveform when send spi command, > * especially on pxa910h > */ thanks. -- ~Randy