]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/i915: Keep i915_handle_error kerneldoc parameters together
authorMichel Thierry <michel.thierry@intel.com>
Thu, 12 Jan 2017 04:18:08 +0000 (20:18 -0800)
committerMika Kuoppala <mika.kuoppala@intel.com>
Thu, 12 Jan 2017 14:09:35 +0000 (16:09 +0200)
And before the function description.
Tidy up from commit 14bb2c11796d70b ("drm/i915: Fix a buch of kerneldoc
warnings"), all others kerneldoc blocks look ok.

Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Signed-off-by: Michel Thierry <michel.thierry@intel.com>
Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170112041817.1102-2-michel.thierry@intel.com
drivers/gpu/drm/i915/i915_irq.c

index 75fb1f66cc0cb32c6f6051b0ef58d34aa6132f69..ce5663d94839acb604cd60f25508fe5a2e769776 100644 (file)
@@ -2730,12 +2730,13 @@ static void i915_clear_error_registers(struct drm_i915_private *dev_priv)
  * i915_handle_error - handle a gpu error
  * @dev_priv: i915 device private
  * @engine_mask: mask representing engines that are hung
+ * @fmt: Error message format string
+ *
  * Do some basic checking of register state at error time and
  * dump it to the syslog.  Also call i915_capture_error_state() to make
  * sure we get a record and make it available in debugfs.  Fire a uevent
  * so userspace knows something bad happened (should trigger collection
  * of a ring dump etc.).
- * @fmt: Error message format string
  */
 void i915_handle_error(struct drm_i915_private *dev_priv,
                       u32 engine_mask,