From mboxrd@z Thu Jan 1 00:00:00 1970 From: Len Brown Subject: Re: [linux-pm] [PATCH] doc/power: move power-related files to Documentation/power/ Date: Wed, 12 Mar 2008 17:49:37 -0400 Message-ID: <200803121749.37889.lenb@kernel.org> References: <20080304134837.dcfed6dd.randy.dunlap@oracle.com> <200803121600.45535.lenb@kernel.org> <20080312144110.113c853b.randy.dunlap@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from hera.kernel.org ([140.211.167.34]:49352 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752099AbYCLVvA (ORCPT ); Wed, 12 Mar 2008 17:51:00 -0400 In-Reply-To: <20080312144110.113c853b.randy.dunlap@oracle.com> Content-Disposition: inline Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Randy Dunlap Cc: linux-acpi@vger.kernel.org, linux-pm@lists.linux-foundation.org, dwmw2@infradead.org, cbou@mail.ru On Wednesday 12 March 2008, Randy Dunlap wrote: > On Wed, 12 Mar 2008 16:00:45 -0400 Len Brown wrote: > > > linus top of tree. i was wrong that it was already gone, > > i guess i assumed that since it had 1 hunk and patch > > told me the hunk was reversed i assumed that part > > had been applied already. > > Can you try the patch below? > It works_for_me but that doesn't give me lots of confidence. > > --- > From: Randy Dunlap > > Move power-related files to Documentation/power/. > > Move 00-INDEX entries to power/00-INDEX (and add entry for > pm_qos_interface.txt). > > Update references to moved filenames. > > Fix some trailing whitespace. > > Signed-off-by: Randy Dunlap > --- > Documentation/00-INDEX | 4 > Documentation/kernel-parameters.txt | 2 > Documentation/pm.txt | 257 ------------------- > Documentation/pm_qos_interface.txt | 59 ---- > Documentation/power/00-INDEX | 6 > Documentation/power/pm.txt | 257 +++++++++++++++++++ > Documentation/power/pm_qos_interface.txt | 59 ++++ > Documentation/power/power_supply_class.txt | 169 ++++++++++++ > Documentation/power_supply_class.txt | 169 ------------ > arch/x86/Kconfig | 2 > kernel/power/Kconfig | 2 > 11 files changed, 494 insertions(+), 492 deletions(-) > not better Please send it to me as an attachment, maybe kmail is getting confused b/c this text has non ascii characters? (does this patch apply for anybody else?) thanks, -Len [lenb@t61 linus (master)]$ patch -Np1 --dry-run < ~/Documents/doc-new.patch patching file Documentation/00-INDEX patching file Documentation/power/00-INDEX patching file Documentation/pm.txt patching file Documentation/power/pm.txt patching file Documentation/pm_qos_interface.txt patching file Documentation/power/pm_qos_interface.txt patching file Documentation/power/power_supply_class.txt patching file Documentation/power_supply_class.txt Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file Documentation/power_supply_class.txt.rej patching file arch/x86/Kconfig patching file kernel/power/Kconfig patching file Documentation/kernel-parameters.txt [lenb@t61 linus (master)]$