diff options
| author | Randy Dunlap <rdunlap@infradead.org> | 2018-03-02 16:55:54 -0800 | 
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2018-03-18 23:49:42 +0100 | 
| commit | 7e46b32bd58768b4823e767dc14d88ab59c6902e (patch) | |
| tree | 52b2145785b61cf3ba08432723cbc8fd2145e85a | |
| parent | 0c8efd610b58cb23cefdfa12015799079aef94ae (diff) | |
ACPI / Kconfig: Update ACPI_PROCFS_POWER help text
Fix grammar and punctuation (end sentences with a period) in the
Kconfig help text for ACPI_PROCFS_POWER.
I was looking at this since it appears to be going away (again,
some day) and I have a working script that uses this info to tell me
battery usage. I can update the script to use /sys/class/power_supply
(in theory) but the contents (with units) should be documented in
Documentation/ABI/ before /proc/acpi/battery/ is removed (IMO).
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
| -rw-r--r-- | drivers/acpi/Kconfig | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index f505e9a01b2d..ef78b9ee9e0e 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -105,14 +105,14 @@ config ACPI_PROCFS_POWER            deprecated power /proc/acpi/ directories to exist, even when            they have been replaced by functions in /sys.            The deprecated directories (and their replacements) include: -	  /proc/acpi/battery/* (/sys/class/power_supply/*) -	  /proc/acpi/ac_adapter/* (sys/class/power_supply/*) +	  /proc/acpi/battery/* (/sys/class/power_supply/*) and +	  /proc/acpi/ac_adapter/* (sys/class/power_supply/*).  	  This option has no effect on /proc/acpi/ directories -	  and functions, which do not yet exist in /sys +	  and functions which do not yet exist in /sys.  	  This option, together with the proc directories, will be  	  deleted in the future. -	  Say N to delete power /proc/acpi/ directories that have moved to /sys/ +	  Say N to delete power /proc/acpi/ directories that have moved to /sys.  config ACPI_REV_OVERRIDE_POSSIBLE  	bool "Allow supported ACPI revision to be overridden" | 
