From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-188.mta1.migadu.com (out-188.mta1.migadu.com [95.215.58.188]) (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 AFF8A16A956 for ; Wed, 20 May 2026 05:43:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.188 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779255792; cv=none; b=Wwr5jrkX4wylc26AI4Ff0DuNBRIBNQUnGZneFIN15DbMwefcEnwcpaRv6d6/u5w8XZBjfbOJoXhkNIYcR4zwiwy3eU4pF2dcKT57OlIpoJ3Mqofvp85ckXgqFbV5FecAodS72iLyJGzYPUXoLixppQD7wzuE8q0WZ/FtS7RBxnA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779255792; c=relaxed/simple; bh=I1a8cSPtsQoIojp80q78fSfPuU8BUqdXIyHLg8uB72c=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=G9OG7dNi8NNHg1ViZeKWhGB1VwvVvmQ4WOEuj1dexTmbnhFCePE5IGh/U2k1xBzXY7IBoTmhAR03PlbmB6ztkPVNRy6V5mdb2NEnDDiE5yhmDN709Hk9omPsWVDUCj64zAgdPxa0zEEh5JccF9XT+hhx35+3bfpxmmoBL1MoIGg= 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=lQrZNrGc; arc=none smtp.client-ip=95.215.58.188 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="lQrZNrGc" Message-ID: <7ef494ec-9080-43e0-95d4-d687f8703339@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1779255778; 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=u/p0aykl0rOg/tr3JDR5GW/c2782npkazgwq4hJABg0=; b=lQrZNrGcN0ASJMh/Sw3EpKa8+Q7dtKIVmp5s7pacTjxN2dwWl95pdTQPosyeMIudpgP2cQ ahzeaeEgAIXMtyVRl7paAEJl69CJ1itKIqcj0Ega24KangKSEBLcLBunhzNw6Ga3lC0V0k C8quyR4Cc7jgkCMTQX0n5ybe3V+Ha5s= Date: Wed, 20 May 2026 13:42:28 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH mm-new] Documentation/admin-guide/mm: Fix typos in transhuge.rst To: Leon Hwang Cc: Andrew Morton , David Hildenbrand , Lorenzo Stoakes , Zi Yan , Baolin Wang , "Liam R . Howlett" , Nico Pache , Ryan Roberts , linux-mm@kvack.org, Dev Jain , Barry Song , Vlastimil Babka , Mike Rapoport , Suren Baghdasaryan , Michal Hocko , Jonathan Corbet , Shuah Khan , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org References: <20260520051751.74396-1-leon.hwang@linux.dev> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Lance Yang In-Reply-To: <20260520051751.74396-1-leon.hwang@linux.dev> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 2026/5/20 13:17, Leon Hwang wrote: > Fix these two typos: > > 1. approporiately -> appropriately > 2. presure -> pressure > > Signed-off-by: Leon Hwang > --- Thanks. Reviewed-by: Lance Yang