Skip to content

Commit b80bfc5

Browse files
krzkdaeinki
authored andcommitted
drm/exynos: correct exynos_drm_fimd kerneldoc
Correct the kerneldoc of fimd_shadow_protect_win() to fix W=1 warnings: drivers/gpu/drm/exynos/exynos_drm_fimd.c:734: warning: expecting prototype for shadow_protect_win(). Prototype was for fimd_shadow_protect_win() instead Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>
1 parent d07f6ca commit b80bfc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/exynos/exynos_drm_fimd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ static void fimd_win_set_colkey(struct fimd_context *ctx, unsigned int win)
723723
}
724724

725725
/**
726-
* shadow_protect_win() - disable updating values from shadow registers at vsync
726+
* fimd_shadow_protect_win() - disable updating values from shadow registers at vsync
727727
*
728728
* @ctx: local driver data
729729
* @win: window to protect registers for

0 commit comments

Comments
 (0)