drm/radeon: Fix preferred typo

Change "prefered" to "preferred"

Signed-off-by: Kent Russell <kent.russell@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Kent Russell
2017-08-08 07:50:46 -04:00
committed by Alex Deucher
parent 6d7d9c5aa2
commit 5dcd33459b
4 changed files with 8 additions and 8 deletions

View File

@@ -464,7 +464,7 @@ struct radeon_bo_list {
struct radeon_bo *robj;
struct ttm_validate_buffer tv;
uint64_t gpu_offset;
unsigned prefered_domains;
unsigned preferred_domains;
unsigned allowed_domains;
uint32_t tiling_flags;
};