Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Geert Uytterhoeven and committed by
Jiri Kosina
e09b50ad 3c7f3092

+2 -2
+2 -2
drivers/gpu/drm/radeon/atombios.h
··· 7944 7944 typedef struct { 7945 7945 AMD_ACPI_DESCRIPTION_HEADER SHeader; 7946 7946 UCHAR TableUUID[16]; //0x24 7947 - ULONG VBIOSImageOffset; //0x34. Offset to the first GOP_VBIOS_CONTENT block from the beginning of the stucture. 7948 - ULONG Lib1ImageOffset; //0x38. Offset to the first GOP_LIB1_CONTENT block from the beginning of the stucture. 7947 + ULONG VBIOSImageOffset; //0x34. Offset to the first GOP_VBIOS_CONTENT block from the beginning of the structure. 7948 + ULONG Lib1ImageOffset; //0x38. Offset to the first GOP_LIB1_CONTENT block from the beginning of the structure. 7949 7949 ULONG Reserved[4]; //0x3C 7950 7950 }UEFI_ACPI_VFCT; 7951 7951