From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bart Van Assche Date: Mon, 24 Nov 2014 11:36:15 +0000 Subject: Re: [PATCH 5/6] ib_srpt: fix error return code Message-Id: <5473182F.6030206@acm.org> List-Id: References: <1416667159-9808-1-git-send-email-Julia.Lawall@lip6.fr> <1416667159-9808-6-git-send-email-Julia.Lawall@lip6.fr> In-Reply-To: <1416667159-9808-6-git-send-email-Julia.Lawall-L2FTfq7BK8M@public.gmane.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Julia Lawall , Roland Dreier Cc: kernel-janitors-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Sean Hefty , Hal Rosenstock , linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, "Nicholas A. Bellinger" On 11/22/14 15:39, Julia Lawall wrote: > Return a negative error code on failure. Reviewed-by: Bart Van Assche From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bart Van Assche Subject: Re: [PATCH 5/6] ib_srpt: fix error return code Date: Mon, 24 Nov 2014 12:36:15 +0100 Message-ID: <5473182F.6030206@acm.org> References: <1416667159-9808-1-git-send-email-Julia.Lawall@lip6.fr> <1416667159-9808-6-git-send-email-Julia.Lawall@lip6.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1416667159-9808-6-git-send-email-Julia.Lawall-L2FTfq7BK8M@public.gmane.org> Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Julia Lawall , Roland Dreier Cc: kernel-janitors-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Sean Hefty , Hal Rosenstock , linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, "Nicholas A. Bellinger" List-Id: linux-rdma@vger.kernel.org On 11/22/14 15:39, Julia Lawall wrote: > Return a negative error code on failure. Reviewed-by: Bart Van Assche -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752225AbaKXLgU (ORCPT ); Mon, 24 Nov 2014 06:36:20 -0500 Received: from baptiste.telenet-ops.be ([195.130.132.51]:40676 "EHLO baptiste.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751113AbaKXLgS (ORCPT ); Mon, 24 Nov 2014 06:36:18 -0500 Message-ID: <5473182F.6030206@acm.org> Date: Mon, 24 Nov 2014 12:36:15 +0100 From: Bart Van Assche User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Julia Lawall , Roland Dreier CC: kernel-janitors@vger.kernel.org, Sean Hefty , Hal Rosenstock , linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org, "Nicholas A. Bellinger" Subject: Re: [PATCH 5/6] ib_srpt: fix error return code References: <1416667159-9808-1-git-send-email-Julia.Lawall@lip6.fr> <1416667159-9808-6-git-send-email-Julia.Lawall@lip6.fr> In-Reply-To: <1416667159-9808-6-git-send-email-Julia.Lawall@lip6.fr> 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 On 11/22/14 15:39, Julia Lawall wrote: > Return a negative error code on failure. Reviewed-by: Bart Van Assche