drm/i915: Fix kerneldoc warnings in i915_gem_execbuffer

drivers/gpu/drm/i915/i915_gem_execbuffer.c:1983: warning: No description found for parameter 'dev_priv'
drivers/gpu/drm/i915/i915_gem_execbuffer.c:1983: warning: No description found for parameter 'file'

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180208113917.8439-1-chris@chris-wilson.co.uk
This commit is contained in:
Chris Wilson 2018-02-08 11:39:17 +00:00
parent eb8269b54d
commit 204bcfef60
1 changed files with 1 additions and 1 deletions

View File

@ -1973,7 +1973,7 @@ static int eb_submit(struct i915_execbuffer *eb)
return 0;
}
/**
/*
* Find one BSD ring to dispatch the corresponding BSD command.
* The engine index is returned.
*/