aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfram Sang <[email protected]>2025-05-22 10:34:44 +0000
committerTomi Valkeinen <[email protected]>2025-05-22 14:06:04 +0000
commit370f86bc07bf8aa7f74cea5f6faa51ca1eb92b6f (patch)
treea6a26e421befb906fa1023a4349b387fa14d59ff
parentdrm/bridge: fix build with CONFIG_OF=n (diff)
downloadkernel-370f86bc07bf8aa7f74cea5f6faa51ca1eb92b6f.tar.gz
kernel-370f86bc07bf8aa7f74cea5f6faa51ca1eb92b6f.zip
drm: renesas: rcar-du: use proper naming for R-Car
Not RCAR, but R-Car. Signed-off-by: Wolfram Sang <[email protected]> Reviewed-by: Kieran Bingham <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Tomi Valkeinen <[email protected]>
-rw-r--r--drivers/gpu/drm/renesas/rcar-du/rcar_du_plane.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/renesas/rcar-du/rcar_du_plane.h b/drivers/gpu/drm/renesas/rcar-du/rcar_du_plane.h
index f9893d7d6dfc..e9e59c5e70d5 100644
--- a/drivers/gpu/drm/renesas/rcar-du/rcar_du_plane.h
+++ b/drivers/gpu/drm/renesas/rcar-du/rcar_du_plane.h
@@ -16,7 +16,7 @@ struct rcar_du_format_info;
struct rcar_du_group;
/*
- * The RCAR DU has 8 hardware planes, shared between primary and overlay planes.
+ * The R-Car DU has 8 hardware planes, shared between primary and overlay planes.
* As using overlay planes requires at least one of the CRTCs being enabled, no
* more than 7 overlay planes can be available. We thus create 1 primary plane
* per CRTC and 7 overlay planes, for a total of up to 9 KMS planes.