Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 410fa00a authored by Laurent Pinchart's avatar Laurent Pinchart
Browse files

drm: rcar-du: Bring HDMI encoder comments in line with the driver



Capitalize acronyms and use determiners and punctuation.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: default avatarGustavo Padovan <gustavo.padovan@collabora.co.uk>
parent 48b03494
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ int rcar_du_hdmienc_init(struct rcar_du_device *rcdu,
	if (hdmienc == NULL)
		return -ENOMEM;

	/* Locate drm bridge from the hdmi encoder DT node */
	/* Locate the DRM bridge from the HDMI encoder DT node. */
	bridge = of_drm_find_bridge(np);
	if (!bridge)
		return -EPROBE_DEFER;
@@ -123,7 +123,7 @@ int rcar_du_hdmienc_init(struct rcar_du_device *rcdu,
	renc->hdmi = hdmienc;
	hdmienc->renc = renc;

	/* Link drm_bridge to encoder */
	/* Link the bridge to the encoder. */
	bridge->encoder = encoder;
	encoder->bridge = bridge;