OSDN Git Service

drm/i915/guc: Drop redundant ctx param from kerneldoc
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 11 Jul 2019 16:24:15 +0000 (17:24 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 11 Jul 2019 18:51:52 +0000 (19:51 +0100)
drivers/gpu/drm/i915/intel_guc_submission.c:799: warning: Excess function parameter 'ctx' description in 'guc_client_alloc'

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Reviewed-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190711162415.2938-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/intel_guc_submission.c

index 30692f8..b663b5f 100644 (file)
@@ -789,8 +789,6 @@ static bool guc_verify_doorbells(struct intel_guc *guc)
  *             The kernel client to replace ExecList submission is created with
  *             NORMAL priority. Priority of a client for scheduler can be HIGH,
  *             while a preemption context can use CRITICAL.
- * @ctx:       the context that owns the client (we use the default render
- *             context)
  *
  * Return:     An intel_guc_client object if success, else NULL.
  */