drm/i915/gtt: fix i915_vm_resv_put() kernel-doc parameter name
[platform/kernel/linux-starfive.git] / drivers / gpu / drm / i915 / gt / intel_gtt.h
index 1910683..9aff343 100644 (file)
@@ -509,7 +509,7 @@ static inline void i915_vm_put(struct i915_address_space *vm)
 
 /**
  * i915_vm_resv_put - Release a reference on the vm's reservation lock
- * @resv: Pointer to a reservation lock obtained from i915_vm_resv_get()
+ * @vm: The vm whose reservation lock reference we want to release
  */
 static inline void i915_vm_resv_put(struct i915_address_space *vm)
 {