From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-174.mta0.migadu.com (out-174.mta0.migadu.com [91.218.175.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0E02616F8E5 for ; Thu, 22 Aug 2024 12:01:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.174 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724328077; cv=none; b=JgYmSl5Tp6Q3K+sVSoC7kHnKRAwDI47R8WwO4OYleQO7bKbAbraUiCUlM4aT/WNh/kfZBheRB8RAWHfNRcG9DnsTvUxrR9tLmdTjAIC/HNfVc03nc681OrHZ8YMW7qugpuPvAnUE6kRqbBtPyZEOZU8HmM1+Vz5vUY2RqjjtP/E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724328077; c=relaxed/simple; bh=B1GmYG22aYb2qwX2+iovsKSPoDaIn5LWJpKX7nGJmN0=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=pE6bEvBk+zFC0su+8/qJirqMGSKD9lEZnfWRz+GU0G1nmKOBOytPF+f/PqMU49VIU6SBHJpQsMq6XYvYVBhuC8LT1ocV04s2th3T7CFM7/k9Nie7pbO+7gPpy7U0TXGW4A1u9P9epnpakrcU0A8w7rdrIhWbBlUT/1tUbwdqmZY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=J0rU6Lpa; arc=none smtp.client-ip=91.218.175.174 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="J0rU6Lpa" Message-ID: <498e1a80-f00f-4b63-904e-223d5fb1b196@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1724328071; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=BxRa/K+FICy0WD8g8V6RZ+fEAgwo3fL45kQ+ET0XDYU=; b=J0rU6Lpamyw8Syj9XyjOPPPJUeicnkEqBgcdoL+vQMuo3zW95PxX/7pe2+XsOB8IDfWifN zDNfFHPbvEwvIKkP7q8j7fsO7fE9PoaA1C9fjTDGp6oaA59d93Wa5hAtDOllAX6xK3J0lt 3JFF+/OcTW5d2yTMWCGZ3aQuLD02hzU= Date: Thu, 22 Aug 2024 20:01:02 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH 2/3] RDMA/rxe: Typo fix To: zhenwei pi , linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org Cc: zyjzyj2000@gmail.com, jgg@nvidia.com, leonro@nvidia.com References: <20240822065223.1117056-1-pizhenwei@bytedance.com> <20240822065223.1117056-3-pizhenwei@bytedance.com> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Zhu Yanjun In-Reply-To: <20240822065223.1117056-3-pizhenwei@bytedance.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT 在 2024/8/22 14:52, zhenwei pi 写道: > Fix 'rmda' into 'RDMA'. > > Signed-off-by: zhenwei pi Thanks. Reviewed-by: Zhu Yanjun Zhu Yanjun > --- > drivers/infiniband/sw/rxe/rxe_resp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/infiniband/sw/rxe/rxe_resp.c b/drivers/infiniband/sw/rxe/rxe_resp.c > index bf8f4bc8c5c8..c11ab280551a 100644 > --- a/drivers/infiniband/sw/rxe/rxe_resp.c > +++ b/drivers/infiniband/sw/rxe/rxe_resp.c > @@ -341,7 +341,7 @@ static enum resp_states rxe_resp_check_length(struct rxe_qp *qp, > /* > * See IBA C9-92 > * For UD QPs we only check if the packet will fit in the > - * receive buffer later. For rmda operations additional > + * receive buffer later. For RDMA operations additional > * length checks are performed in check_rkey. > */ > if ((qp_type(qp) == IB_QPT_GSI) || (qp_type(qp) == IB_QPT_UD)) {