Commit 0039735e authored by Masanari Iida's avatar Masanari Iida Committed by Rafael J. Wysocki

ACPI / video: Fix typo in video_detect.c

Correct "**retyurn_value" to "**return_value".
Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 319e2e3f
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment