Skip to content

Commit

Permalink
ACPI / video: Fix typo in video_detect.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Masanari Iida authored and Rafael J. Wysocki committed Dec 20, 2013
1 parent 319e2e3 commit 0039735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/video_detect.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 0039735

Please sign in to comment.