From nobody Tue Oct 7 07:06:10 2025 Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) (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 A9D422561AE; Mon, 14 Jul 2025 13:18:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.249.212.187 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752499120; cv=none; b=PCjNG32tlHswTFS0I3o5zXZJZjdqJ7Ql3ToVpinSQFe4B+HE5VjJ9RwViEF6ng7RknksIerg1ALbUFsNb3IandW+I3x/OEEkBNym/oovlLo7fNtFwowpK+ElJUDFLXBJ6EHznakaZUUjJjTm/6Enrce0sY5jYkI9GgwvoW8va14= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752499120; c=relaxed/simple; bh=cvcDGHDegoFsLa6WORXBMr6boH8vdKGFBRvDlhOWpzI=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=i139XNSQXTu0EQiNSISK2ivQg9mIH7cr7uDkLZppLyrA4Uz4KXW/+FOnvzyb+RBMVcOMsU1JROXy/4B4U67Wwfc36A86SCzZKi0FKf2D8foeZnVdHSWW6FJDCKEDbOwKCIHPvDHPyyeO5ELcVrMAuHrx5o9CoZXTPIWYxAzDxmo= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=45.249.212.187 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.19.163.252]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4bgjVs73Gtz13Mkm; Mon, 14 Jul 2025 21:15:49 +0800 (CST) Received: from dggpemf500013.china.huawei.com (unknown [7.185.36.188]) by mail.maildlp.com (Postfix) with ESMTPS id 7DDF6180B43; Mon, 14 Jul 2025 21:18:35 +0800 (CST) Received: from huawei.com (10.175.112.188) by dggpemf500013.china.huawei.com (7.185.36.188) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Mon, 14 Jul 2025 21:18:34 +0800 From: Baokun Li To: CC: , , , , , , , , , Subject: [PATCH v3 07/17] ext4: fix typo in CR_GOAL_LEN_SLOW comment Date: Mon, 14 Jul 2025 21:03:17 +0800 Message-ID: <20250714130327.1830534-8-libaokun1@huawei.com> X-Mailer: git-send-email 2.46.1 In-Reply-To: <20250714130327.1830534-1-libaokun1@huawei.com> References: <20250714130327.1830534-1-libaokun1@huawei.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ClientProxiedBy: kwepems500001.china.huawei.com (7.221.188.70) To dggpemf500013.china.huawei.com (7.185.36.188) Content-Type: text/plain; charset="utf-8" Remove the superfluous "find_". Signed-off-by: Baokun Li Reviewed-by: Ojaswin Mujoo Reviewed-by: Jan Kara --- fs/ext4/ext4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index 4ebc665cf871..0379f2974252 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h @@ -157,7 +157,7 @@ enum criteria { =20 /* * Reads each block group sequentially, performing disk IO if - * necessary, to find find_suitable block group. Tries to + * necessary, to find suitable block group. Tries to * allocate goal length but might trim the request if nothing * is found after enough tries. */ --=20 2.46.1