Skip to content

Commit bde26a7

Browse files
Guixiong WeiRoland Scheidegger
authored andcommitted
drm/vmwgfx: Fix parameter name in vmw_bo_init
The parameter name should be interruptible instead of interuptable. Signed-off-by: Guixiong Wei <[email protected]> Signed-off-by: Roland Scheidegger <[email protected]>
1 parent e913a9f commit bde26a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/vmwgfx/vmwgfx_drv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ extern void vmw_bo_bo_free(struct ttm_buffer_object *bo);
850850
extern int vmw_bo_init(struct vmw_private *dev_priv,
851851
struct vmw_buffer_object *vmw_bo,
852852
size_t size, struct ttm_placement *placement,
853-
bool interuptable,
853+
bool interruptible,
854854
void (*bo_free)(struct ttm_buffer_object *bo));
855855
extern int vmw_user_bo_verify_access(struct ttm_buffer_object *bo,
856856
struct ttm_object_file *tfile);

0 commit comments

Comments
 (0)