* [Intel-gfx] [PATCH -next] drm/i915/wm: Fix some kernel-doc comments
@ 2023-03-16 9:20 Yang Li
0 siblings, 0 replies; only message in thread
From: Yang Li @ 2023-03-16 9:20 UTC (permalink / raw)
To: jani.nikula
Cc: intel-gfx, Abaci Robot, linux-kernel, dri-devel, Yang Li, daniel,
rodrigo.vivi, airlied
Make the description of @dev_priv to @i915 to silence the warnings:
drivers/gpu/drm/i915/display/intel_wm.c:46: warning: Function parameter or member 'i915' not described in 'intel_update_watermarks'
drivers/gpu/drm/i915/display/intel_wm.c:46: warning: Excess function parameter 'dev_priv' description in 'intel_update_watermarks'
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=4546
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
drivers/gpu/drm/i915/display/intel_wm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/display/intel_wm.c b/drivers/gpu/drm/i915/display/intel_wm.c
index bb99179cd5fd..b615449e70b4 100644
--- a/drivers/gpu/drm/i915/display/intel_wm.c
+++ b/drivers/gpu/drm/i915/display/intel_wm.c
@@ -11,7 +11,7 @@
/**
* intel_update_watermarks - update FIFO watermark values based on current modes
- * @dev_priv: i915 device
+ * @i915: i915 device
*
* Calculate watermark values for the various WM regs based on current mode
* and plane configuration.
--
2.20.1.7.g153144c
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-03-16 9:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-16 9:20 [Intel-gfx] [PATCH -next] drm/i915/wm: Fix some kernel-doc comments Yang Li
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox