Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp132581pxf; Wed, 24 Mar 2021 23:42:20 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzDeiBDIx4q+8YaV10v00VB/tTmAIbp9uxk72p4fZ5fLC6CUc30jPq/cr13b3YV42sBGV9g X-Received: by 2002:a17:906:e48:: with SMTP id q8mr7857059eji.84.1616654539962; Wed, 24 Mar 2021 23:42:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1616654539; cv=none; d=google.com; s=arc-20160816; b=rJ2b1VbW3E7xZYteRwqcLJHHUOiuWHsqCQ2FtzSs/NL5zKTtSPoYV/hoGZ85RFxQ+J u5W0h/5ehVn0TKASVxzkf4Z8FgXsN6U/IuB+rr35tDB+/gb8jbtP3aFTqYI331e7alEN Gk5+YpVHbHxTFUo/+9aQ3HYZlfPFsTmDCc7PsWwFf1BkbtrtTguoMBlsy0VoLNIJ8plM huEhRSX4Na+vNjdTqdVKWReCMgz1wVdk+2cONim9iMrHoSOYt3OXpHho48LhY9xb5WMn vJMyRejfvT4CMND/ElEf9yxypjFBlrR3V2uCBIYkVzwkdILmdLr6jqgSZwyolxmhuAEY cgyg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:references:in-reply-to:message-id :date:subject:to:from; bh=jyakW+q+rwP9LJq6OxFi6Ap5GBrYwK6BntsB/SMo1gU=; b=T65rHMPKQqKxd7yTzItjzXzbvrq6cxp39tA8sGKKibGA8+b6da1630fHau+ZQOOALQ cCMF0IZKZ4WCyyqwRwLeeoKAHWI9187573ZsFNVyK5gu0lLyU6WwGKWBgDPNzHFE0oJX 6bJilB9r2fgS6DssFOajyskZ7N/JCqqnbnMGctRlxKaxc1b+/JvOYCz+mZDw+1F44GIH UrcgePJ1HIePMkbwNdmFDKHn+0niFivWB+XN4ABVpFnHZkD4tlwgi31is43p0Fm4Wlci 1PdUoHKHEciHv2GpP0gXD+gevNs4a5QkAw8KQLJb7cYh0FvY7sE7pBI+WzpvJsAm2Swp Y1wA== 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 k24si3540482ejs.280.2021.03.24.23.41.56; Wed, 24 Mar 2021 23:42:19 -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 S229659AbhCYGhh (ORCPT + 99 others); Thu, 25 Mar 2021 02:37:37 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:14872 "EHLO szxga07-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229461AbhCYGhG (ORCPT ); Thu, 25 Mar 2021 02:37:06 -0400 Received: from DGGEMS404-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga07-in.huawei.com (SkyGuard) with ESMTP id 4F5b1v6zhQz9spJ; Thu, 25 Mar 2021 14:34:59 +0800 (CST) Received: from huawei.com (10.175.101.6) by DGGEMS404-HUB.china.huawei.com (10.3.19.204) with Microsoft SMTP Server id 14.3.498.0; Thu, 25 Mar 2021 14:36:59 +0800 From: Lu Wei To: , , , , , , , , , , , , , , , , , Subject: [PATCH -next 1/5] net: ceph: Fix a typo in osdmap.c Date: Thu, 25 Mar 2021 14:38:21 +0800 Message-ID: <20210325063825.228167-2-luwei32@huawei.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210325063825.228167-1-luwei32@huawei.com> References: <20210325063825.228167-1-luwei32@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.175.101.6] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Modify "inital" to "initial" in net/ceph/osdmap.c. Reported-by: Hulk Robot Signed-off-by: Lu Wei --- net/ceph/osdmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ceph/osdmap.c b/net/ceph/osdmap.c index 2b1dd252f231..c959320c4775 100644 --- a/net/ceph/osdmap.c +++ b/net/ceph/osdmap.c @@ -1069,7 +1069,7 @@ static struct crush_work *get_workspace(struct workspace_manager *wsm, /* * Do not return the error but go back to waiting. We - * have the inital workspace and the CRUSH computation + * have the initial workspace and the CRUSH computation * time is bounded so we will get it eventually. */ WARN_ON(atomic_read(&wsm->total_ws) < 1); -- 2.17.1