diff options
author | Kent Russell <kent.russell@amd.com> | 2017-08-08 14:48:52 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-08-15 21:46:15 +0300 |
commit | 4aa5b92fd48f88f5877d84d5e4bbb53aeb3a843c (patch) | |
tree | 66c8182159fcd4b5d639eb46f61788029996be4d /drivers/gpu/drm/radeon/radeon.h | |
parent | 5af2c10dcac417b2d1ba82a9cda26bfd412a024c (diff) | |
download | linux-4aa5b92fd48f88f5877d84d5e4bbb53aeb3a843c.tar.xz |
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.h | 2 |
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; |