[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1387468297-10678-1-git-send-email-standby24x7@gmail.com>
Date: Fri, 20 Dec 2013 00:51:37 +0900
From: Masanari Iida <standby24x7@...il.com>
To: trivial@...nel.org, linux-kernel@...r.kernel.org, lenb@...nel.org,
rjw@...ysocki.net
Cc: linux-acpi@...r.kernel.org, Masanari Iida <standby24x7@...il.com>
Subject: [PATCH] [trivial] acpi: Fix typo in video_detect.c
Correct "**retyurn_value" to "**return_value".
Signed-off-by: Masanari Iida <standby24x7@...il.com>
---
drivers/acpi/video_detect.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/acpi/video_detect.c b/drivers/acpi/video_detect.c
index 84875fd..f0447d3 100644
--- a/drivers/acpi/video_detect.c
+++ b/drivers/acpi/video_detect.c
@@ -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;
--
1.8.5.1.163.gd7aced9
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists