[Intel-gfx] [PATCH i-g-t 4/7] lib/drmtest: Fix typo

Thierry Reding thierry.reding at gmail.com
Thu Oct 12 13:29:40 UTC 2017


From: Thierry Reding <treding at nvidia.com>

"other" was misspelled as "otehr". Fix it.

Signed-off-by: Thierry Reding <treding at nvidia.com>
---
 lib/drmtest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/drmtest.c b/lib/drmtest.c
index 8a07152c701a..24a5ea0f6a0f 100644
--- a/lib/drmtest.c
+++ b/lib/drmtest.c
@@ -355,7 +355,7 @@ static const char *chipset_to_str(int chipset)
 	case DRIVER_ANY:
 		return "any";
 	default:
-		return "otehr";
+		return "other";
 	}
 }
 
-- 
2.14.1



More information about the Intel-gfx mailing list