From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031333AbbJ3OB2 (ORCPT ); Fri, 30 Oct 2015 10:01:28 -0400 Received: from mail-lb0-f182.google.com ([209.85.217.182]:33013 "EHLO mail-lb0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031314AbbJ3OBZ (ORCPT ); Fri, 30 Oct 2015 10:01:25 -0400 Subject: Re: [PATCH] net: rds: chnaging the return type from int to void To: Saurabh Sengar , chien.yen@oracle.com, davem@davemloft.net, rds-devel@oss.oracle.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org References: <1446185985-6128-1-git-send-email-saurabh.truth@gmail.com> From: Sergei Shtylyov Message-ID: <56337832.1020904@cogentembedded.com> Date: Fri, 30 Oct 2015 17:01:22 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1446185985-6128-1-git-send-email-saurabh.truth@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello. On 10/30/2015 9:19 AM, Saurabh Sengar wrote: > as return type Result. > of function rds_iw_flush_mr_pool no where checked, Nowhere. > chnaging its return type from int to void. s/chnaging/changing/ both here and in the subject. > also removing the unused variable rc as there is nothing to return. > > Signed-off-by: Saurabh Sengar [...] MBR, Sergei