commit | aabb360d7d827ca3c637618e6369d91d50c78d3f | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olvaffe@gmail.com> | Tue Aug 19 14:18:23 2014 +0800 |
committer | Chia-I Wu <olvaffe@gmail.com> | Tue Aug 19 14:45:30 2014 +0800 |
tree | ef59148e70307160abbf0a43d3153c187fd5fa78 | |
parent | cdcff737da098b3f5231d56612020827741df131 [diff] [blame] |
intel: minor cleanups
diff --git a/icd/intel/view.h b/icd/intel/view.h index 12364f8..729f90d 100644 --- a/icd/intel/view.h +++ b/icd/intel/view.h
@@ -32,14 +32,14 @@ struct intel_mem; struct intel_null_view { - /* this is not an object */ + /* this is not an intel_obj */ /* SURFACE_STATE */ uint32_t cmd[8]; }; struct intel_mem_view { - /* this is not an object */ + /* this is not an intel_obj */ struct intel_mem *mem;