diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2018-02-08 05:54:48 -0500 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2018-02-08 10:08:26 -0500 |
commit | 34e07e42c55aeaa78e93b057a6664e2ecde3fadb (patch) | |
tree | ea36ea2068afe00b925d06b305a49ab0709ab6f4 | |
parent | 3d4b7caf2ba2773e9beda85c5e031dfffc6644af (diff) |
drm/i915: Add missing kerneldoc for 'ent' in i915_driver_init_early
drivers/gpu/drm/i915/i915_drv.c:891: warning: No description found for parameter 'ent'
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20180208105449.29880-1-chris@chris-wilson.co.uk
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
-rw-r--r-- | drivers/gpu/drm/i915/i915_drv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c index 143b9d5438d2..cd57f946cf45 100644 --- a/drivers/gpu/drm/i915/i915_drv.c +++ b/drivers/gpu/drm/i915/i915_drv.c | |||
@@ -873,6 +873,7 @@ static void intel_detect_preproduction_hw(struct drm_i915_private *dev_priv) | |||
873 | /** | 873 | /** |
874 | * i915_driver_init_early - setup state not requiring device access | 874 | * i915_driver_init_early - setup state not requiring device access |
875 | * @dev_priv: device private | 875 | * @dev_priv: device private |
876 | * @ent: the matching pci_device_id | ||
876 | * | 877 | * |
877 | * Initialize everything that is a "SW-only" state, that is state not | 878 | * Initialize everything that is a "SW-only" state, that is state not |
878 | * requiring accessing the device or exposing the driver via kernel internal | 879 | * requiring accessing the device or exposing the driver via kernel internal |