From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965235Ab1JFR5l (ORCPT ); Thu, 6 Oct 2011 13:57:41 -0400 Received: from smtp-out.google.com ([74.125.121.67]:12436 "EHLO smtp-out.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750940Ab1JFR5i convert rfc822-to-8bit (ORCPT ); Thu, 6 Oct 2011 13:57:38 -0400 DomainKey-Signature: a=rsa-sha1; s=beta; d=google.com; c=nofws; q=dns; h=dkim-signature:mime-version:in-reply-to:references:from:date: message-id:subject:to:cc:content-type: content-transfer-encoding:x-system-of-record; b=TSFHRYlLxZE3w6aDuoBoNGXKMXyYXBtBuywi81ayU1BWOJZaqk2WqbWtJHPjKdcVS T9qPLzrXj+HHBqA62KS9w== MIME-Version: 1.0 In-Reply-To: <20111006171208.GB22462@hmsreliant.think-freely.org> References: <1316025413-5855-1-git-send-email-nhorman@tuxdriver.com> <1317307129-11579-1-git-send-email-nhorman@tuxdriver.com> <20110930143211.5ab39c02@stein> <20110930153321.GA31760@hmsreliant.think-freely.org> <20110930165403.GB31760@hmsreliant.think-freely.org> <20111006083607.2c4eb9a5@jbarnes-desktop> <20111006171208.GB22462@hmsreliant.think-freely.org> From: Bjorn Helgaas Date: Thu, 6 Oct 2011 11:57:12 -0600 Message-ID: Subject: Re: [PATCH] sysfs: add per pci device msi[x] irq listing (v4) To: Neil Horman Cc: Jesse Barnes , Stefan Richter , linux-kernel@vger.kernel.org, Greg Kroah-Hartman , linux-pci@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT X-System-Of-Record: true Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 6, 2011 at 11:12 AM, Neil Horman wrote: > > On Thu, Oct 06, 2011 at 08:36:07AM -0700, Jesse Barnes wrote: > > On Fri, 30 Sep 2011 12:54:03 -0400 > > Neil Horman wrote: > > > > > On Fri, Sep 30, 2011 at 10:33:36AM -0600, Bjorn Helgaas wrote: > > > > On Fri, Sep 30, 2011 at 9:33 AM, Neil Horman wrote: > > > > > > > > > > On Fri, Sep 30, 2011 at 02:32:11PM +0200, Stefan Richter wrote: > > > > > > On Sep 29 Neil Horman wrote: > > > > > > > (v4) > > > > > > > Fixed up some spelling mistakes, and added a scissors line with a good > > > > > > > commitlog, so that git-am drops all the version logging > > > > > > > > > > > > > > Signed-off-by: Neil Horman > > > > > > > CC: Greg Kroah-Hartman > > > > > > > CC: Jesse Barnes > > > > > > > CC: Bjorn Helgaas > > > > > > > CC: linux-pci@vger.kernel.org > > > > > > > > > > > > It drops these last 5 lines then too, doesn't it? > > > > > > > > > > > I would have thought so, but I tested a git-format-patch / git-am operation here > > > > > on a temporary branch, and it worked properly. > > > > > > > > > > > > --- a/Documentation/ABI/testing/sysfs-bus-pci > > > > > > > +++ b/Documentation/ABI/testing/sysfs-bus-pci > > > > > > > @@ -66,6 +66,24 @@ Description: > > > > > > >             re-discover previously removed devices. > > > > > > >             Depends on CONFIG_HOTPLUG. > > > > > > > > > > > > > > +What:              /sys/bus/pci/devices/.../msi_irqs/ > > > > > > > +Date:              September, 2011 > > > > > > > +Contact:   Neil Horman > > > > > > > +Description: > > > > > > > +           The /sys/devices/.../msi_irqs directory contains a variable set > > > > > > > +           sub-directories, with each sub-directory being named after a > > > > > > > +           corresponding msi irq vector allocated to that device. > > > > > > > > > > > > "contains a variable set _of_ sub-directories"? > > > > > Gah, bad ispell foo on my part.  Bjorn, can you add that in, or shall I repost? > > > > > > > > I'll try to remember to add that in. > > > > > > > Thank you, apologies for my poor writing skills :) > > > Neil > > > > Is there a final patch available for me to queue up? > > > I was under the impression that v4 was the version to queue up.  Stefan had > found that I left the word of out of the documentation at one location but Bjorn > was kind enough to offer to fix it up on commit. I intended to set up a git tree for the merge window, but Jesse came back from vacation, so I don't think I'll do that after all. Can you just repost it with the typo correction for Jesse? Bjorn