aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon.h
diff options
context:
space:
mode:
authorKent Russell <kent.russell@amd.com>2017-08-08 07:48:52 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-08-15 14:46:15 -0400
commit4aa5b92fd48f88f5877d84d5e4bbb53aeb3a843c (patch)
tree66c8182159fcd4b5d639eb46f61788029996be4d /drivers/gpu/drm/radeon/radeon.h
parentdrm/amdgpu: Fix stolen typo (diff)
downloadlinux-dev-4aa5b92fd48f88f5877d84d5e4bbb53aeb3a843c.tar.xz
linux-dev-4aa5b92fd48f88f5877d84d5e4bbb53aeb3a843c.zip
drm/radeon: Fix stolen typo
Change "stollen" to "stolen" 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 5008f3d4cccc..179a768687c5 100644
--- a/drivers/gpu/drm/radeon/radeon.h
+++ b/drivers/gpu/drm/radeon/radeon.h
@@ -2327,7 +2327,7 @@ struct radeon_device {
uint8_t *bios;
bool is_atom_bios;
uint16_t bios_header_start;
- struct radeon_bo *stollen_vga_memory;
+ struct radeon_bo *stolen_vga_memory;
/* Register mmio */
resource_size_t rmmio_base;
resource_size_t rmmio_size;