From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752698AbeA1VK6 (ORCPT ); Sun, 28 Jan 2018 16:10:58 -0500 Received: from mail-wr0-f195.google.com ([209.85.128.195]:39350 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752492AbeA1VK4 (ORCPT ); Sun, 28 Jan 2018 16:10:56 -0500 X-Google-Smtp-Source: AH8x227dXI5vAGrAHnFyRasl0u7Xxz92U7Au++XbdSqHKcPI2ufK0Kdfwq/sdy3XtGnXcfrXKT4KWw== Date: Sun, 28 Jan 2018 14:10:50 -0700 From: Jason Gunthorpe To: Max Gurtovoy Cc: SF Markus Elfring , linux-rdma@vger.kernel.org, Doug Ledford , Or Gerlitz , Roi Dayan , Sagi Grimberg , LKML , kernel-janitors@vger.kernel.org Subject: Re: [PATCH 0/3] IB-iSER: Adjustments for three function implementations Message-ID: <20180128211050.GM23869@ziepe.ca> References: <00e8b16f-c856-8999-fe93-2724a2f6a56e@users.sourceforge.net> <5b2d2862-5694-a10a-be3e-17d2f4687d1e@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5b2d2862-5694-a10a-be3e-17d2f4687d1e@mellanox.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jan 28, 2018 at 04:41:16PM +0200, Max Gurtovoy wrote: > > > On 1/27/2018 8:17 PM, SF Markus Elfring wrote: > >From: Markus Elfring > >Date: Sat, 27 Jan 2018 19:02:34 +0100 > > > >Three update suggestions were taken into account > >from static source code analysis. > > > >Markus Elfring (3): > > Delete an error message for a failed memory allocation in iser_send_data_out() > > Delete an unnecessary variable initialisation in iser_send_data_out() > > Combine substrings for three messages > > > > drivers/infiniband/ulp/iser/iser_initiator.c | 16 ++++++---------- > > 1 file changed, 6 insertions(+), 10 deletions(-) > > > > This series looks good to me, > > Reviewed-by: Max Gurtovoy Okay, applied to for-next, thanks both Jason