Re: [PATCH 2/2] iser-target: Remove duplicate function names

2015-02-08 Thread Sagi Grimberg
On 2/6/2015 8:49 PM, Nicholas A. Bellinger wrote: On Fri, 2015-02-06 at 01:09 +0100, Rasmus Villemoes wrote: The macro isert_dbg already ensures that __func__ is part of the output, so there's no reason to duplicate the function name in the format string itself. Signed-off-by: Rasmus Villemoes

Re: [PATCH 2/2] iser-target: Remove duplicate function names

2015-02-06 Thread Nicholas A. Bellinger
On Fri, 2015-02-06 at 01:09 +0100, Rasmus Villemoes wrote: > The macro isert_dbg already ensures that __func__ is part of the > output, so there's no reason to duplicate the function name in the > format string itself. > > Signed-off-by: Rasmus Villemoes > --- > drivers/infiniband/ulp/isert/ib_i

[PATCH 2/2] iser-target: Remove duplicate function names

2015-02-05 Thread Rasmus Villemoes
The macro isert_dbg already ensures that __func__ is part of the output, so there's no reason to duplicate the function name in the format string itself. Signed-off-by: Rasmus Villemoes --- drivers/infiniband/ulp/isert/ib_isert.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff