Re: [PATCH] [Trivial] qib: fix an incorrect message

2012-07-19 Thread Joe Perches
On Thu, 2012-07-19 at 12:56 -0600, Betty Dall wrote: > Thanks for the comment Joe. It looks like Roland already accepted the > trivial change. No worries. > On Thu, 2012-07-19 at 11:03 -0700, Joe Perches wrote: > > On Thu, 2012-07-19 at 13:34 -0600, Betty Dall wrote: [] > > > diff --git

Re: [PATCH] [Trivial] qib: fix an incorrect message

2012-07-19 Thread Betty Dall
Hi Joe, Thanks for the comment Joe. It looks like Roland already accepted the trivial change. On Thu, 2012-07-19 at 11:03 -0700, Joe Perches wrote: > On Thu, 2012-07-19 at 13:34 -0600, Betty Dall wrote: > > There is a cut and paste typo in the function qib_pci_slot_reset() where > > it prints

Re: [PATCH] [Trivial] qib: fix an incorrect message

2012-07-19 Thread Roland Dreier
thanks, applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] [Trivial] qib: fix an incorrect message

2012-07-19 Thread Joe Perches
On Thu, 2012-07-19 at 13:34 -0600, Betty Dall wrote: > There is a cut and paste typo in the function qib_pci_slot_reset() where > it prints that the "link_reset" function is called rather than the > "slot_reset" function. This makes the message misleading. Hi Betty. > diff --git

[PATCH] [Trivial] qib: fix an incorrect message

2012-07-19 Thread Betty Dall
There is a cut and paste typo in the function qib_pci_slot_reset() where it prints that the "link_reset" function is called rather than the "slot_reset" function. This makes the message misleading. Signed-off-by: Betty Dall --- drivers/infiniband/hw/qib/qib_pcie.c |2 +- 1 files changed, 1

[PATCH] [Trivial] qib: fix an incorrect message

2012-07-19 Thread Betty Dall
There is a cut and paste typo in the function qib_pci_slot_reset() where it prints that the link_reset function is called rather than the slot_reset function. This makes the message misleading. Signed-off-by: Betty Dall betty.d...@hp.com --- drivers/infiniband/hw/qib/qib_pcie.c |2 +- 1

Re: [PATCH] [Trivial] qib: fix an incorrect message

2012-07-19 Thread Joe Perches
On Thu, 2012-07-19 at 13:34 -0600, Betty Dall wrote: There is a cut and paste typo in the function qib_pci_slot_reset() where it prints that the link_reset function is called rather than the slot_reset function. This makes the message misleading. Hi Betty. diff --git

Re: [PATCH] [Trivial] qib: fix an incorrect message

2012-07-19 Thread Roland Dreier
thanks, applied. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] [Trivial] qib: fix an incorrect message

2012-07-19 Thread Betty Dall
Hi Joe, Thanks for the comment Joe. It looks like Roland already accepted the trivial change. On Thu, 2012-07-19 at 11:03 -0700, Joe Perches wrote: On Thu, 2012-07-19 at 13:34 -0600, Betty Dall wrote: There is a cut and paste typo in the function qib_pci_slot_reset() where it prints that

Re: [PATCH] [Trivial] qib: fix an incorrect message

2012-07-19 Thread Joe Perches
On Thu, 2012-07-19 at 12:56 -0600, Betty Dall wrote: Thanks for the comment Joe. It looks like Roland already accepted the trivial change. No worries. On Thu, 2012-07-19 at 11:03 -0700, Joe Perches wrote: On Thu, 2012-07-19 at 13:34 -0600, Betty Dall wrote: [] diff --git