Skip to content

Commit 76fb351

Browse files
Yang YingliangThomas Zimmermann
authored andcommitted
drm: correct function name drm_legacy_ctxbitmap_flush()
Fix the following make W=1 kernel build warning: drivers/gpu/drm/drm_context.c:136: warning: expecting prototype for drm_ctxbitmap_flush(). Prototype was for drm_legacy_ctxbitmap_flush() instead Signed-off-by: Yang Yingliang <[email protected]> Signed-off-by: Thomas Zimmermann <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 9c6f194 commit 76fb351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/drm_context.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ void drm_legacy_ctxbitmap_cleanup(struct drm_device * dev)
124124
}
125125

126126
/**
127-
* drm_ctxbitmap_flush() - Flush all contexts owned by a file
127+
* drm_legacy_ctxbitmap_flush() - Flush all contexts owned by a file
128128
* @dev: DRM device to operate on
129129
* @file: Open file to flush contexts for
130130
*

0 commit comments

Comments
 (0)