remove whitespace and tab

This commit is contained in:
purplerain 2024-01-25 01:55:28 +00:00
parent 8b912e5823
commit 029e4bda60
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
161 changed files with 3363 additions and 3363 deletions

View file

@ -2224,7 +2224,7 @@ void intel_hdcp_component_init(struct drm_i915_private *i915)
if (!is_hdcp2_supported(i915))
return;
STUB();
#ifdef notyet
mutex_lock(&i915->display.hdcp.hdcp_mutex);

View file

@ -92,7 +92,7 @@ devm_device_add_group(struct device *dev, const struct attribute_group *g)
#define dev_err_once(dev, fmt, arg...) \
printf("drm:pid%d:%s *ERROR* " fmt, curproc->p_p->ps_pid, \
__func__ , ## arg)
#define dev_err_probe(dev, err, fmt, arg...) \
printf("drm:pid%d:%s *ERROR* " fmt, curproc->p_p->ps_pid, \
__func__ , ## arg), err

View file

@ -439,7 +439,7 @@ void ttm_bo_kunmap(struct ttm_bo_kmap_obj *map)
map->bo->resource->size);
break;
case ttm_bo_map_vmap:
vunmap(map->virtual,
vunmap(map->virtual,
map->bo->resource->size);
break;
case ttm_bo_map_kmap: