projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48b0349
)
drm: rcar-du: Bring HDMI encoder comments in line with the driver
author
Laurent Pinchart
<
[email protected]
>
Thu, 25 Feb 2016 20:04:55 +0000
(22:04 +0200)
committer
Laurent Pinchart
<
[email protected]
>
Mon, 14 Nov 2016 01:35:12 +0000
(
03:35
+0200)
Capitalize acronyms and use determiners and punctuation.
Signed-off-by: Laurent Pinchart <
[email protected]
>
Reviewed-by: Gustavo Padovan <
[email protected]
>
drivers/gpu/drm/rcar-du/rcar_du_hdmienc.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/rcar-du/rcar_du_hdmienc.c
b/drivers/gpu/drm/rcar-du/rcar_du_hdmienc.c
index e03004f4588deb2bb360fa78b9d0540b6eb43ca4..f9515f53cc5b79635112e6bc2188df4415bc2b7b 100644
(file)
--- a/
drivers/gpu/drm/rcar-du/rcar_du_hdmienc.c
+++ b/
drivers/gpu/drm/rcar-du/rcar_du_hdmienc.c
@@
-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;