remove whitespace and tab
This commit is contained in:
parent
8b912e5823
commit
029e4bda60
161 changed files with 3363 additions and 3363 deletions
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue