Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752011AbcJCIUO (ORCPT ); Mon, 3 Oct 2016 04:20:14 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:33644 "EHLO out4-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751365AbcJCIUH (ORCPT ); Mon, 3 Oct 2016 04:20:07 -0400 X-Sasl-enc: t5lg5olkPUEcZakWxGBvz5WPhb73bT9g0h7WlSJTY7gj 1475482805 Date: Mon, 3 Oct 2016 10:20:07 +0200 From: Greg KH To: Pavel Machek Cc: j.anaszewski@samsung.com, linux-leds@vger.kernel.org, kernel list Subject: Re: [PATCH] cleanup LED documentation and make it match reality Message-ID: <20161003082007.GA6277@kroah.com> References: <20161003081049.GA12419@amd> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161003081049.GA12419@amd> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 924 Lines: 25 On Mon, Oct 03, 2016 at 10:10:50AM +0200, Pavel Machek wrote: > > sysfs-class-led fails to mention some important details. Also fix led > vs LED and english. > > Signed-off-by: Pavel Machek > > --- a/Documentation/ABI/testing/sysfs-class-led > +++ b/Documentation/ABI/testing/sysfs-class-led > @@ -4,16 +4,25 @@ KernelVersion: 2.6.17 > Contact: Richard Purdie > Description: > Set the brightness of the LED. Most LEDs don't > - have hardware brightness support so will just be turned on for > + have hardware brightness support, so will just be turned on for > non-zero brightness settings. The value is between 0 and > /sys/class/leds//max_brightness. > > + Writing 0 to this file clears active trigger. > + > + Writing non-zero to this file while trigger is active changes the > + top brightness trigger is going to use. > + No trailing whitespace please...