OSDN Git Service

radeon: Fix typo in stderr message
authorAndreas Boll <andreas.boll.dev@gmail.com>
Thu, 21 Jul 2016 12:27:33 +0000 (14:27 +0200)
committerAndreas Boll <andreas.boll.dev@gmail.com>
Sat, 23 Jul 2016 07:45:53 +0000 (09:45 +0200)
Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
radeon/radeon_cs_gem.c

index cdec64e..23f33af 100644 (file)
@@ -323,7 +323,7 @@ static int cs_gem_end(struct radeon_cs_int *cs,
         return -EPIPE;
     }
     if (cs->section_ndw != cs->section_cdw) {
-        fprintf(stderr, "CS section size missmatch start at (%s,%s,%d) %d vs %d\n",
+        fprintf(stderr, "CS section size mismatch start at (%s,%s,%d) %d vs %d\n",
                 cs->section_file, cs->section_func, cs->section_line, cs->section_ndw, cs->section_cdw);
         fprintf(stderr, "CS section end at (%s,%s,%d)\n",
                 file, func, line);