From nobody Fri Jun 19 22:20:22 2026 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 2AEBB3446B7 for ; Tue, 21 Apr 2026 07:48:36 +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=1776757717; cv=none; b=aVlo6MrWHuIZuWUPYpiFrrpj5kjug0NMDgjv5OWWP84Jx2bpOXi5AiOHnEzY3bgGYOyp+qEUk56MGOWD1hio6qZH5OiHaThGn974UaDdb7qgifSp1Obr2tUYvSqHuQimspNEt+O3X0jdwjDLBceajh8Ly94iZW3PK+xWuewGWK8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776757717; c=relaxed/simple; bh=SsV+Pg9kdKCRpSigM1n4uFk8LD/GpPrlf4YmbjOPehE=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=K0U2FYwTNAR8/Q/1uS4uDOMK5hnPfXgmaYCvg560KFvitmDSZ/q7aJ48UTXXobghBGhI+uBIaC29j+Q9foHuzIBxEgvTb3AmXP/yCpZosC2w0j93mEgIloQkwEksU3ftfgP2V4bzksLoWk6s/37QsRmekwL0q7qeGH4VE/SV+II= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id DFC1AC2BCB0; Tue, 21 Apr 2026 07:48:34 +0000 (UTC) From: Geert Uytterhoeven To: Thomas Zimmermann , Javier Martinez Canillas , Maarten Lankhorst , Maxime Ripard , David Airlie , Simona Vetter Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] drm/color-mgmt: Typo s/R332/RGB332/ Date: Tue, 21 Apr 2026 09:48:32 +0200 Message-ID: X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Fix a typo of "RGB332" in kerneldoc for the drm_crtc_fill_palette_332() helper. Fixes: 7ff61177b7116825 ("drm/color-mgmt: Prepare for RGB332 palettes") Signed-off-by: Geert Uytterhoeven Reviewed-by: Javier Martinez Canillas Reviewed-by: Thomas Zimmermann --- drivers/gpu/drm/drm_color_mgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_color_mgmt.c b/drivers/gpu/drm/drm_color_m= gmt.c index c598b99673fc1515..e7db4e4ea700fe11 100644 --- a/drivers/gpu/drm/drm_color_mgmt.c +++ b/drivers/gpu/drm/drm_color_mgmt.c @@ -831,7 +831,7 @@ static void fill_palette_332(struct drm_crtc *crtc, u16= r, u16 g, u16 b, } =20 /** - * drm_crtc_fill_palette_332 - Programs a default palette for R332-like fo= rmats + * drm_crtc_fill_palette_332 - Programs a default palette for RGB332-like = formats * @crtc: The displaying CRTC * @set_palette: Callback for programming the hardware gamma LUT * --=20 2.43.0