Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756150AbcJOTil (ORCPT ); Sat, 15 Oct 2016 15:38:41 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:33124 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753341AbcJOTic (ORCPT ); Sat, 15 Oct 2016 15:38:32 -0400 Subject: Re: [PATCH 2/2] rds: Remove duplicate prefix from rds_conn_path_error use To: Joe Perches References: <832b0d2c1b31c10db7692f65f1ba77e779db15e1.1476557523.git.joe@perches.com> Cc: "David S. Miller" , netdev@vger.kernel.org, linux-rdma@vger.kernel.org, rds-devel@oss.oracle.com, linux-kernel@vger.kernel.org From: Santosh Shilimkar Organization: Oracle Corporation Message-ID: Date: Sat, 15 Oct 2016 12:38:34 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <832b0d2c1b31c10db7692f65f1ba77e779db15e1.1476557523.git.joe@perches.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: aserv0021.oracle.com [141.146.126.233] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 218 Lines: 6 On 10/15/2016 11:53 AM, Joe Perches wrote: > rds_conn_path_error already prefixes "RDS:" to the output. > > Signed-off-by: Joe Perches > --- Acked-by: Santosh Shilimkar