Fix misspelling of "which". Signed-off-by: liupeng <[email protected]> --- drivers/gpu/drm/ttm/ttm_tt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/ttm/ttm_tt.c b/drivers/gpu/drm/ttm/ttm_tt.c index b645a1818184..d2715997cec8 100644 --- a/drivers/gpu/drm/ttm/ttm_tt.c +++ b/drivers/gpu/drm/ttm/ttm_tt.c @@ -537,7 +537,7 @@ EXPORT_SYMBOL(ttm_tt_pages_limit); /** * ttm_tt_setup_backup() - Allocate and assign a backup structure for a ttm_tt - * @tt: The ttm_tt for wich to allocate and assign a backup structure. + * @tt: The ttm_tt for which to allocate and assign a backup structure. * * Assign a backup structure to be used for tt backup. This should * typically be done at bo creation, to avoid allocations at shrinking -- 2.53.0
