Re: [for-next PATCH] IB/IPoIB: correct typo errors

2012-07-30 Thread Shlomo Pongartz
On 7/30/2012 5:50 PM, Roland Dreier wrote: On Mon, Jul 30, 2012 at 2:44 AM, Shlomo Pongratz wrote: - lockdep_is_held(&ntbl->lock))) != NULL) { + is_held(&ntbl->rwlock))) != NULL) { By the way, I assume this is a typo -- there is no pl

Re: [for-next PATCH] IB/IPoIB: correct typo errors

2012-07-30 Thread Roland Dreier
On Mon, Jul 30, 2012 at 2:44 AM, Shlomo Pongratz wrote: > - lockdep_is_held(&ntbl->lock))) != NULL) { > + is_held(&ntbl->rwlock))) != NULL) { By the way, I assume this is a typo -- there is no plain "is_held()," is there? - R. -- To un

Re: [for-next PATCH] IB/IPoIB: correct typo errors

2012-07-30 Thread Roland Dreier
thanks, rolled these fixes into the main patch. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[for-next PATCH] IB/IPoIB: correct typo errors

2012-07-30 Thread Shlomo Pongratz
used 'ntbl->lock' instead of 'ntbl->rwlock'. wrong pointer type in non CM stub 'ipoib_cm_enabled' in function prototype. Reported-by: Fengguang Wu Signed-off-by: Shlomo Pongratz --- drivers/infiniband/ulp/ipoib/ipoib.h |2 +- drivers/infiniband/ulp/ipoib/ipoib_main.c | 10 +-