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
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ static bool acpi_video_caps_checked;
|
||||||
|
|
||||||
static acpi_status
|
static acpi_status
|
||||||
acpi_backlight_cap_match(acpi_handle handle, u32 level, void *context,
|
acpi_backlight_cap_match(acpi_handle handle, u32 level, void *context,
|
||||||
void **retyurn_value)
|
void **return_value)
|
||||||
{
|
{
|
||||||
long *cap = context;
|
long *cap = context;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue