Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp2355614pxj; Sun, 30 May 2021 23:24:11 -0700 (PDT) X-Google-Smtp-Source: ABdhPJye3UbYv8B3jJEoIeBguoWIa8EyAX4ywV1HrvTekcQ+swxlNq4WjJta7Y8IaKgAdIDA/PmH X-Received: by 2002:aa7:cb02:: with SMTP id s2mr23443165edt.67.1622442251699; Sun, 30 May 2021 23:24:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622442251; cv=none; d=google.com; s=arc-20160816; b=0tbEbs/YyryVRU4Tkn4SpgAKLTJtJ5mGtoOfBblWy6RgLqQZypYC3N8q9eecjYUuPy lHitS3kqy8T94l1hmalurIlZzCPLtlMK26jrP7DCow++LtJbbUDFuVMj798EFqYRK5FO JDhWuo2XlLq+DfRgQVY5H9tWznXqaku4uaFsYES+KLa1p1CarzkFE2WrFhog9/rG67ZN 4umcMYTA4C+lWkgSccp0SKCGJHC1iktV/c71i0ZHLstjLHnkY7a5Pw0MzrSy5HmNmVJt ZX/JzOP/BHkZZYqMHcZCNQfGE5M59NJJPJba/J7/lZFspxzaTDmizRK3f2uLgOMMscse L7gA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=7rhJaoEgjhdX2kl5irM3x9g0/zewLCBa4PYNF03AHQA=; b=TbGMfPmo+gVHnk4dp/LpenonOh6FPyOQ6x+H8yif6BbvjW3BNc4KTeot0imZLleo4x Lm1s7NrkWM0iUMTMsyV4Hd6paanReK4BhzIKqUCa7z1ChQIy/do41UH0myAGU226v88X qKYBorF0zSGW6vq+euU2VkPT4tuXaw2zeD7oM+Remj1y2hngVIPo34uXVNwo5kB1yj0H nDJMiHHj02m+Yo33L0GKUDNT/gR3mxSO8AYLjXCdqWIY24LpQVtE70ZNxmq8fnnB2Btt XCQvPH6la66E1q1FpQk2izWjA51uQKP3G0WkD7d07+4BFlnli331k9WH+UKTPwznGkwP GYmQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s27si4747811eja.413.2021.05.30.23.23.49; Sun, 30 May 2021 23:24:11 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230132AbhEaGYU (ORCPT + 99 others); Mon, 31 May 2021 02:24:20 -0400 Received: from szxga01-in.huawei.com ([45.249.212.187]:6089 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229752AbhEaGYU (ORCPT ); Mon, 31 May 2021 02:24:20 -0400 Received: from dggeme760-chm.china.huawei.com (unknown [172.30.72.55]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4FtlWc3B58zYmv3; Mon, 31 May 2021 14:19:56 +0800 (CST) Received: from localhost.localdomain (10.175.104.82) by dggeme760-chm.china.huawei.com (10.3.19.106) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Mon, 31 May 2021 14:22:37 +0800 From: Zheng Yongjun To: , , , , CC: , Zheng Yongjun Subject: [PATCH net-next] rds: Fix spelling mistakes Date: Mon, 31 May 2021 14:36:17 +0800 Message-ID: <20210531063617.3018637-1-zhengyongjun3@huawei.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.175.104.82] X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) To dggeme760-chm.china.huawei.com (10.3.19.106) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix some spelling mistakes in comments: alloced ==> allocated Signed-off-by: Zheng Yongjun --- net/rds/ib_ring.c | 2 +- net/rds/tcp_recv.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/rds/ib_ring.c b/net/rds/ib_ring.c index ff97e8eda858..006b2e441418 100644 --- a/net/rds/ib_ring.c +++ b/net/rds/ib_ring.c @@ -141,7 +141,7 @@ int rds_ib_ring_low(struct rds_ib_work_ring *ring) } /* - * returns the oldest alloced ring entry. This will be the next one + * returns the oldest allocated ring entry. This will be the next one * freed. This can't be called if there are none allocated. */ u32 rds_ib_ring_oldest(struct rds_ib_work_ring *ring) diff --git a/net/rds/tcp_recv.c b/net/rds/tcp_recv.c index 42c5ff1eda95..f4ee13da90c7 100644 --- a/net/rds/tcp_recv.c +++ b/net/rds/tcp_recv.c @@ -177,7 +177,7 @@ static int rds_tcp_data_recv(read_descriptor_t *desc, struct sk_buff *skb, goto out; } tc->t_tinc = tinc; - rdsdebug("alloced tinc %p\n", tinc); + rdsdebug("allocated tinc %p\n", tinc); rds_inc_path_init(&tinc->ti_inc, cp, &cp->cp_conn->c_faddr); tinc->ti_inc.i_rx_lat_trace[RDS_MSG_RX_HDR] = -- 2.25.1