Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/sti: Fix typos in a comment line

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

authored by

Markus Elfring and committed by
Benjamin Gaignard
bc435de5 e1a22f90

+1 -1
+1 -1
drivers/gpu/drm/sti/sti_tvout.c
··· 846 846 847 847 tvout->dev = dev; 848 848 849 - /* get Memory ressources */ 849 + /* get memory resources */ 850 850 res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "tvout-reg"); 851 851 if (!res) { 852 852 DRM_ERROR("Invalid glue resource\n");