From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 DC7272D2488; Sat, 11 Apr 2026 16:11:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775923909; cv=none; b=Xue/weAODyUoYzNApoDTSUmQ74LwG138OxXdrnmWa9HuNR43Q5FwpqXE8vQnHVWzangrYq+JUFiwl9M53C0p5RZg15Y/CnGIxd2xnxSjn6ykknUr70nsrgv2x4d1rW1TmzuGvw5wzz44kJntu9z1eqc34yfFCvBIrahpMhNikYg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775923909; c=relaxed/simple; bh=1DPOozjF3PkSt8DaiDKpW7A2kEoqNIhWphiiXCSIYXs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=jdBoXaPSXjJSn/DS0HxXmrBL5OURFtYG+cgFpA55Y3rhDBaRIyn250vQOPXc1VIX0LrSe/K2WJL4pEly1y3/JbOdhPAx6rZuLcySmxkK+VupqogZWqcL5IP8XsiZN5hb38arJTQZCB2+Ua+4YTpDstnuvKqyrRxxo9HaAicn7K4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=c8OIozop; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="c8OIozop" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0BAAFC4CEF7; Sat, 11 Apr 2026 16:11:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1775923908; bh=1DPOozjF3PkSt8DaiDKpW7A2kEoqNIhWphiiXCSIYXs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=c8OIozopHkeJ98qDQjw3doukz2qiCoV9BoR39Z3BYGewhnZub3n7r317UMaKNZryw kkIh0/ewWAEFD5SROVi0zXEbhBTuSjGHUb1DjtwVnTVQKCe+zMgwoRqwkKOplrmR6D cr2CUn1/Q8i1IEF4kyU+RpdqnES9EAemnIvNL0Sc= Date: Sat, 11 Apr 2026 18:11:46 +0200 From: Greg KH To: Chandra Mouli Baskaran Cc: andy@kernel.org, linux-staging@lists.linux.dev, linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: fbtft: improve TODO comment clarity Message-ID: <2026041127-cabbie-sandbag-48f5@gregkh> References: <20260411152220.89174-1-bcmouli2006@gmail.com> Precedence: bulk X-Mailing-List: linux-fbdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260411152220.89174-1-bcmouli2006@gmail.com> On Sat, Apr 11, 2026 at 08:52:20PM +0530, Chandra Mouli Baskaran wrote: > From: Chandra Mouli > > Clarify the TODO comment in fbtft_ops_damage_range() to > better describe that the current implementation updates > the entire displayinstead of only the modified region. That does not match what this patch actually does :(