OSDN Git Service

drm: rcar-du: Bring HDMI encoder comments in line with the driver
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Thu, 25 Feb 2016 20:04:55 +0000 (22:04 +0200)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 14 Nov 2016 01:35:12 +0000 (03:35 +0200)
Capitalize acronyms and use determiners and punctuation.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
drivers/gpu/drm/rcar-du/rcar_du_hdmienc.c

index e03004f..f9515f5 100644 (file)
@@ -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;