[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080103163142.55f3a0ab@lxorguk.ukuu.org.uk>
Date: Thu, 3 Jan 2008 16:31:42 +0000
From: Alan Cox <alan@...rguk.ukuu.org.uk>
To: lenb@...nel.org, akpm@...l.org, linux-kernel@...r.kernel.org
Subject: [PATCH] acpi: its a directory not a folder....
Noticed this while fixing some other stuff. The kernel help consistently
uses 'directory', except for ACPI
Signed-off-by: Alan Cox <alan@...hat.com>
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.24-rc6-mm1/drivers/acpi/Kconfig linux-2.6.24-rc6-mm1/drivers/acpi/Kconfig
--- linux.vanilla-2.6.24-rc6-mm1/drivers/acpi/Kconfig 2008-01-02 16:03:58.000000000 +0000
+++ linux-2.6.24-rc6-mm1/drivers/acpi/Kconfig 2008-01-02 16:12:08.000000000 +0000
@@ -68,20 +68,20 @@
Say N to delete /proc/acpi/ files that have moved to /sys/
config ACPI_PROCFS_POWER
- bool "Deprecated power /proc/acpi folders"
+ bool "Deprecated power /proc/acpi directories"
depends on PROC_FS
default y
---help---
For backwards compatibility, this option allows
- deprecated power /proc/acpi/ folders to exist, even when
+ deprecated power /proc/acpi/ directories to exist, even when
they have been replaced by functions in /sys.
- The deprecated folders (and their replacements) include:
+ The deprecated directories (and their replacements) include:
/proc/acpi/battery/* (/sys/class/power_supply/*)
/proc/acpi/ac_adapter/* (sys/class/power_supply/*)
- This option has no effect on /proc/acpi/ folders
+ This option has no effect on /proc/acpi/ directories
and functions, which do not yet exist in /sys
- Say N to delete power /proc/acpi/ folders that have moved to /sys/
+ Say N to delete power /proc/acpi/ directories that have moved to /sys/
config ACPI_PROC_EVENT
bool "Deprecated /proc/acpi/event support"
depends on PROC_FS
--
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