From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 55B2C70 for ; Fri, 26 Mar 2021 13:03:37 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 3178E619F3; Fri, 26 Mar 2021 13:03:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1616763816; bh=7nZUvZiNR1Ilz4n3bwQkwZDwZoMX0OktOORjC+8pYQk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tVKC55fT54U9/yvEY1S6+OO/8e9HKSpvGLRlC/OwkVBjqoDsYnfhkJWAa9k41A103 bVctoqZFNiynpQ5prWaqlepSKOGmR02JpK5zzfDSglSfrCArP63vrfP6KjiNTI+W10 ny2gWoz0Bl+iR0U/wNdorBH1X+UnVnlxzuAIxKfA= Date: Fri, 26 Mar 2021 14:03:34 +0100 From: Greg KH To: Carlis Cc: zhangxuezhi1@yulong.com, dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] staging: fbtft: fix a typo Message-ID: References: <1616763351-7433-1-git-send-email-zhangxuezhi3@gmail.com> X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1616763351-7433-1-git-send-email-zhangxuezhi3@gmail.com> On Fri, Mar 26, 2021 at 08:55:51PM +0800, Carlis wrote: > From: Xuezhi Zhang > > Change 'tft' to 'TFT' That says what you did, but not _why_ you did it. And this is not a "typo", as it is not misspelled and really is just fine as-is. thanks, greg k-h