8000 removed a typo from i915_perf.c · NetBSD/src@0f813e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f813e9

Browse files
committed
removed a typo from i915_perf.c
1 parent 340ded4 commit 0f813e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sys/external/bsd/drm2/dist/drm/i915/i915_perf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3118,7 +3118,7 @@ static ssize_t i915_perf_read(struct file *file,
31183118
mutex_lock(&perf->lock);
31193119
ret = stream->ops->read(stream, buf, count, &offset);
31203120
mutex_unlock(&perf->lock);
3121-
} while (!offset2 && !ret);
3121+
} while (!offset && !ret);
31223122
} else {
31233123
mutex_lock(&perf->lock);
31243124
ret = stream->ops->read(stream, buf, count, &offset);

0 commit comments

Comments
 (0)
0