Re: [patch] ib_srpt: fix a WARN_ON() message

2016-03-21 Thread Doug Ledford
On 3/18/2016 9:17 PM, Bart Van Assche wrote: > On 03/17/16 22:41, Dan Carpenter wrote: >> The first argument of WARN_ON() is a condition, so it means the warning >> message here will just be the name without the ->qp_num information. >> >> Signed-off-by: Dan Carpenter >> >> diff --git a/drivers/in

Re: [patch] ib_srpt: fix a WARN_ON() message

2016-03-19 Thread Bart Van Assche
On 03/17/16 22:41, Dan Carpenter wrote: The first argument of WARN_ON() is a condition, so it means the warning message here will just be the name without the ->qp_num information. Signed-off-by: Dan Carpenter diff --git a/drivers/infiniband/ulp/srpt/ib_srpt.c b/drivers/infiniband/ulp/srpt/ib

[patch] ib_srpt: fix a WARN_ON() message

2016-03-18 Thread Dan Carpenter
The first argument of WARN_ON() is a condition, so it means the warning message here will just be the name without the ->qp_num information. Signed-off-by: Dan Carpenter diff --git a/drivers/infiniband/ulp/srpt/ib_srpt.c b/drivers/infiniband/ulp/srpt/ib_srpt.c index 1d13090..0bd3cb2 100644 ---