summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon.h
diff options
context:
space:
mode:
authorKent Russell <kent.russell@amd.com>2017-08-08 14:50:46 +0300
committerAlex Deucher <alexander.deucher@amd.com>2017-08-15 21:46:16 +0300
commit5dcd33459b0039ea0be978ce6ef3e7f5dcc778d8 (patch)
tree505c724d6a0b4e3b152c7d72a306fd5c0d088b68 /drivers/gpu/drm/radeon/radeon.h
parent6d7d9c5aa212d069b5271cd6bb8a9e05a3e1b986 (diff)
downloadlinux-5dcd33459b0039ea0be978ce6ef3e7f5dcc778d8.tar.xz
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>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon.h')
-rw-r--r--drivers/gpu/drm/radeon/radeon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h
index 179a768687c5..ec63bc5e9de7 100644
--- a/drivers/gpu/drm/radeon/radeon.h
+++ b/drivers/gpu/drm/radeon/radeon.h
@@ -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;
};