Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1636390 > unrolled thread

[PATCH 4/5] drm/sti: Fix typos in a comment line

Started bySF Markus Elfring <elfring@users.sourceforge.net>
First post2017-05-05 16:00 +0200
Last post2017-05-05 16:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 4/5] drm/sti: Fix typos in a comment line SF Markus Elfring <elfring@users.sourceforge.net> - 2017-05-05 16:00 +0200

#1636390 — [PATCH 4/5] drm/sti: Fix typos in a comment line

FromSF Markus Elfring <elfring@users.sourceforge.net>
Date2017-05-05 16:00 +0200
Subject[PATCH 4/5] drm/sti: Fix typos in a comment line
Message-ID<tDLW1-2wh-1@gated-at.bofh.it>
From: Markus Elfring <elfring@users.sourceforge.net>
Date: Fri, 5 May 2017 15:32:08 +0200

Adjust this description for a function call.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
---
 drivers/gpu/drm/sti/sti_tvout.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/sti/sti_tvout.c b/drivers/gpu/drm/sti/sti_tvout.c
index 63b982048743..8959fcc743a8 100644
--- a/drivers/gpu/drm/sti/sti_tvout.c
+++ b/drivers/gpu/drm/sti/sti_tvout.c
@@ -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");
-- 
2.12.2

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web