mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 02:30:12 +01:00
radeon: Fix typo in stderr message
Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
22263ca11a
commit
248b3343ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue