aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r--kernel/sysctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index 44a1d699aad7..3ed4912bf183 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -660,7 +660,7 @@ static ctl_table kern_table[] = {
660 { 660 {
661 .ctl_name = KERN_ACPI_VIDEO_FLAGS, 661 .ctl_name = KERN_ACPI_VIDEO_FLAGS,
662 .procname = "acpi_video_flags", 662 .procname = "acpi_video_flags",
663 .data = &acpi_video_flags, 663 .data = &acpi_realmode_flags,
664 .maxlen = sizeof (unsigned long), 664 .maxlen = sizeof (unsigned long),
665 .mode = 0644, 665 .mode = 0644,
666 .proc_handler = &proc_doulongvec_minmax, 666 .proc_handler = &proc_doulongvec_minmax,