diff options
author | Francois Dugast <francois.dugast@intel.com> | 2023-07-19 13:51:08 +0000 |
---|---|---|
committer | Rodrigo Vivi <rodrigo.vivi@intel.com> | 2023-12-21 11:37:52 -0500 |
commit | 72e8d73b712d2232019b33d2331099d3071ea94a (patch) | |
tree | 1680307d4c2b0c2f5bfee524c87426b150e3d9f1 /drivers/gpu/drm/xe/xe_bo.c | |
parent | ea82d5aab53f8f13fa0834d0b4341ca0788c2a8f (diff) |
drm/xe: Cleanup style warnings and errors
Fix 6 errors and 20 warnings reported by checkpatch.pl.
Signed-off-by: Francois Dugast <francois.dugast@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/xe_bo.c')
-rw-r--r-- | drivers/gpu/drm/xe/xe_bo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_bo.c b/drivers/gpu/drm/xe/xe_bo.c index a3bb14aa2234..49c80e95222b 100644 --- a/drivers/gpu/drm/xe/xe_bo.c +++ b/drivers/gpu/drm/xe/xe_bo.c @@ -1831,7 +1831,7 @@ int xe_bo_lock(struct xe_bo *bo, struct ww_acquire_ctx *ww, XE_BUG_ON(!ww); tv_bo.num_shared = num_resv; - tv_bo.bo = &bo->ttm;; + tv_bo.bo = &bo->ttm; list_add_tail(&tv_bo.head, &objs); return ttm_eu_reserve_buffers(ww, &objs, intr, &dups); |