Skip to content

Commit

Permalink
drm/sti: Fix typos in a comment line
Browse files Browse the repository at this point in the history
Adjust this description for a function call.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Link: http://patchwork.freedesktop.org/patch/msgid/e70bf37b-a461-873e-4ba3-40bf43cc7b21@users.sourceforge.net
  • Loading branch information
Markus Elfring authored and Benjamin Gaignard committed May 9, 2017
1 parent e1a22f9 commit bc435de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/sti/sti_tvout.c
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ static int sti_tvout_probe(struct platform_device *pdev)

tvout->dev = dev;

/* get Memory ressources */
/* get memory resources */
res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "tvout-reg");
if (!res) {
DRM_ERROR("Invalid glue resource\n");
Expand Down

0 comments on commit bc435de

Please sign in to comment.