commit | 468f9d2903bcf23e50663679eab5a18da5b886f6 | [log] [tgz] |
---|---|---|
author | Javier Martinez Canillas <javier@osg.samsung.com> | Thu Oct 08 09:54:44 2015 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Oct 08 10:20:50 2015 +0200 |
tree | 788e3c7f483018fe28422f66171293ff7109b242 | |
parent | 4f91fc6d2c1d98b3da7a8341ef5ec66ccf2916b9 [diff] |
drm/i915/irq: Fix kernel-doc warnings Add the dev parameter for the functions i915_enable_asle_pipestat() and i915_reset_and_wakeup() to the kernel-doc to fix the following warnings: .//drivers/gpu/drm/i915/i915_irq.c:586: warning: No description found for parameter 'dev' .//drivers/gpu/drm/i915/i915_irq.c:2400: warning: No description found for parameter 'dev' Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>