From 096bb851f6bbcd018b3e7dc42930952971c4ea72 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Wed, 12 Mar 2014 18:53:44 +0100 Subject: [PATCH] lib/ioctl_wrappers: api doc fixup Oops. Signed-off-by: Daniel Vetter --- lib/ioctl_wrappers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ioctl_wrappers.c b/lib/ioctl_wrappers.c index 60512c7e..37569306 100644 --- a/lib/ioctl_wrappers.c +++ b/lib/ioctl_wrappers.c @@ -785,7 +785,7 @@ void gem_require_caching(int fd) /** * gem_require_ring: * @fd: open i915 drm file descriptor - * @id: ring flag bit as used in gem_execbuf() + * @ring_id: ring flag bit as used in gem_execbuf() * * Feature test macro to query whether a specific ring is available. * In contrast to gem_has_enable_ring() this automagically skips if the ring