Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit c2165d5

Browse files
Jiapeng Chongzhenyw
Jiapeng Chong
authored andcommitted
drm/i915/gvt: Fix kernel-doc
Fix the following W=1 kernel warnings: drivers/gpu/drm/i915/gvt/mmio_context.c:560: warning: expecting prototype for intel_gvt_switch_render_mmio(). Prototype was for intel_gvt_switch_mmio() instead. Reported-by: Abaci Robot <[email protected]> Signed-off-by: Jiapeng Chong <[email protected]> Signed-off-by: Zhenyu Wang <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected] Acked-by: Zhenyu Wang <[email protected]>
1 parent 82509d9 commit c2165d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/i915/gvt/mmio_context.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ static void switch_mmio(struct intel_vgpu *pre,
546546
}
547547

548548
/**
549-
* intel_gvt_switch_render_mmio - switch mmio context of specific engine
549+
* intel_gvt_switch_mmio - switch mmio context of specific engine
550550
* @pre: the last vGPU that own the engine
551551
* @next: the vGPU to switch to
552552
* @engine: the engine

0 commit comments

Comments
 (0)