]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Reattach comment, complete type specification
authorDave Gordon <david.s.gordon@intel.com>
Fri, 19 Aug 2016 14:23:42 +0000 (15:23 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 19 Aug 2016 14:31:17 +0000 (15:31 +0100)
commit2159bb28ee493282296bb942c478ab4f689b915b
treec672c870010723eb458c1e3a82f82897ddccd1ef
parentba0cb39d794dad2f204ccad04457755240c6f72b
drm/i915: Reattach comment, complete type specification

In the recent patch
a2ac359 drm/i915: Allow userspace to request no-error-capture upon ...
the final version moved the flags and the associated #defines around
so they were adjacent; unfortunately, they ended up between a comment
and the thing (hw_id) to which the comment applies :(

So this patch reshuffles the comment and subject back together.

Also, as we're touching 'hw_id', let's change it from just 'unsigned'
to a fully-specified 'unsigned int', because some code checking tools
(including checkpatch) object to plain 'unsigned'.

Fixes: a2ac3598a872 ("drm/i915: Allow userspace to request no-error-capture...")
Signed-off-by: Dave Gordon <david.s.gordon@intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Link: http://patchwork.freedesktop.org/patch/msgid/1471616622-6919-1-git-send-email-david.s.gordon@intel.com
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/i915_drv.h