From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [linux-pm] Re: [PATCH, RFC] [1/3] Generic in-kernel AC status Date: Wed, 8 Feb 2006 21:46:03 -0800 Message-ID: <20060209054603.GB18324@kroah.com> References: <20060208125753.GA25562@srcf.ucam.org> <20060208130422.GB25659@srcf.ucam.org> <20060208165803.GA15239@kroah.com> <20060208170857.GA29818@srcf.ucam.org> <20060208171649.GA21373@kroah.com> <20060208174933.GA30719@srcf.ucam.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail.kroah.org ([69.55.234.183]:6317 "EHLO perch.kroah.org") by vger.kernel.org with ESMTP id S1422802AbWBIFqj (ORCPT ); Thu, 9 Feb 2006 00:46:39 -0500 Content-Disposition: inline In-Reply-To: <20060208174933.GA30719@srcf.ucam.org> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Matthew Garrett Cc: linux-pm@lists.osdl.org, linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org On Wed, Feb 08, 2006 at 05:49:33PM +0000, Matthew Garrett wrote: > +/** > + * pm_set_ac_status - Set the ac status callback. > + * @ops: Pointer to function > + * > + * Provide a callback that returns true if the system is currently on > + * AC power. This should be called by power management subsystems. > + */ Mix of tabs and spaces here. Just use 1 space after the "*" character. thanks, greg k-h