From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: [PATCH 10/14] ACPI: thinkpad-acpi: use uppercase for "LED" on user documentation Date: Fri, 25 Apr 2008 21:06:52 -0700 Message-ID: <4812AA5C.3010600@oracle.com> References: <1209182550-32725-1-git-send-email-hmh@hmh.eng.br> <1209182550-32725-11-git-send-email-hmh@hmh.eng.br> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from rgminet01.oracle.com ([148.87.113.118]:15866 "EHLO rgminet01.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750944AbYDZELI (ORCPT ); Sat, 26 Apr 2008 00:11:08 -0400 In-Reply-To: <1209182550-32725-11-git-send-email-hmh@hmh.eng.br> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Henrique de Moraes Holschuh Cc: Len Brown , ibm-acpi-devel@lists.sourceforge.net, linux-acpi@vger.kernel.org Henrique de Moraes Holschuh wrote: > Change all occourences of the "led" word to full uppercase in user > documentation. > > Signed-off-by: Henrique de Moraes Holschuh > Cc: Randy Dunlap Thank you. Acked-by: Randy Dunlap > --- > Documentation/laptops/thinkpad-acpi.txt | 22 +++++++++++----------- > 1 files changed, 11 insertions(+), 11 deletions(-) > > diff --git a/Documentation/laptops/thinkpad-acpi.txt b/Documentation/laptops/thinkpad-acpi.txt > index 73b80a7..947b726 100644 > --- a/Documentation/laptops/thinkpad-acpi.txt > +++ b/Documentation/laptops/thinkpad-acpi.txt > @@ -697,7 +697,7 @@ ThinkLight control > ------------------ > > procfs: /proc/acpi/ibm/light > -sysfs attributes: as per led class, for the "tpacpi::thinklight" led > +sysfs attributes: as per LED class, for the "tpacpi::thinklight" LED > > procfs notes: > > @@ -710,11 +710,11 @@ status as "unknown". The available commands are: > > sysfs notes: > > -The ThinkLight sysfs interface is documented by the led class > -documentation, in Documentation/leds-class.txt. The ThinkLight led name > +The ThinkLight sysfs interface is documented by the LED class > +documentation, in Documentation/leds-class.txt. The ThinkLight LED name > is "tpacpi::thinklight". > > -Due to limitations in the sysfs led class, if the status of the thinklight > +Due to limitations in the sysfs LED class, if the status of the thinklight > cannot be read or if it is unknown, thinkpad-acpi will report it as "off". > It is impossible to know if the status returned through sysfs is valid. > > @@ -880,7 +880,7 @@ LED control > ----------- > > procfs: /proc/acpi/ibm/led > -sysfs attributes: as per led class, see below for names > +sysfs attributes: as per LED class, see below for names > > Some of the LED indicators can be controlled through this feature. On > some older ThinkPad models, it is possible to query the status of the > @@ -891,11 +891,11 @@ procfs notes: > > The available commands are: > > - echo ' on' >/proc/acpi/ibm/led > - echo ' off' >/proc/acpi/ibm/led > - echo ' blink' >/proc/acpi/ibm/led > + echo ' on' >/proc/acpi/ibm/led > + echo ' off' >/proc/acpi/ibm/led > + echo ' blink' >/proc/acpi/ibm/led > > -The range is 0 to 7. The set of LEDs that can be > +The range is 0 to 7. The set of LEDs that can be > controlled varies from model to model. Here is the common ThinkPad > mapping: > > @@ -912,7 +912,7 @@ All of the above can be turned on and off and can be made to blink. > > sysfs notes: > > -The ThinkPad LED sysfs interface is described in detail by the led class > +The ThinkPad LED sysfs interface is described in detail by the LED class > documentation, in Documentation/leds-class.txt. > > The leds are named (in LED ID order, from 0 to 7): > @@ -920,7 +920,7 @@ The leds are named (in LED ID order, from 0 to 7): > "tpacpi::dock_active", "tpacpi::bay_active", "tpacpi::dock_batt", > "tpacpi::unknown_led", "tpacpi::standby". > > -Due to limitations in the sysfs led class, if the status of the LED > +Due to limitations in the sysfs LED class, if the status of the LED > indicators cannot be read due to an error, thinkpad-acpi will report it as > a brightness of zero (same as LED off). > -- ~Randy