drm/radeon: fix comment
Fix spelling typo in comment. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Cc: David Airlie <airlied@linux.ie> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
3c7f3092d0
commit
e09b50ad7a
1 changed files with 2 additions and 2 deletions
|
@ -7944,8 +7944,8 @@ typedef struct {
|
||||||
typedef struct {
|
typedef struct {
|
||||||
AMD_ACPI_DESCRIPTION_HEADER SHeader;
|
AMD_ACPI_DESCRIPTION_HEADER SHeader;
|
||||||
UCHAR TableUUID[16]; //0x24
|
UCHAR TableUUID[16]; //0x24
|
||||||
ULONG VBIOSImageOffset; //0x34. Offset to the first GOP_VBIOS_CONTENT block from the beginning of the stucture.
|
ULONG VBIOSImageOffset; //0x34. Offset to the first GOP_VBIOS_CONTENT block from the beginning of the structure.
|
||||||
ULONG Lib1ImageOffset; //0x38. Offset to the first GOP_LIB1_CONTENT block from the beginning of the stucture.
|
ULONG Lib1ImageOffset; //0x38. Offset to the first GOP_LIB1_CONTENT block from the beginning of the structure.
|
||||||
ULONG Reserved[4]; //0x3C
|
ULONG Reserved[4]; //0x3C
|
||||||
}UEFI_ACPI_VFCT;
|
}UEFI_ACPI_VFCT;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue