mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 03:56:44 +07:00
ACPI / video: Fix typo in video_detect.c
Correct "**retyurn_value" to "**return_value". Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
319e2e3f63
commit
0039735e96
@ -50,7 +50,7 @@ static bool acpi_video_caps_checked;
|
||||
|
||||
static acpi_status
|
||||
acpi_backlight_cap_match(acpi_handle handle, u32 level, void *context,
|
||||
void **retyurn_value)
|
||||
void **return_value)
|
||||
{
|
||||
long *cap = context;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user