Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;