From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 A4682381AF; Sat, 16 May 2026 17:08:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778951336; cv=none; b=ZuwAlP9OB7CWIz7SzTnOwj5L/JyLlVFZmFUnN2kphJzggnoYw7brXqlrYiz2t3w+AuELQ0nwZDYIdslSIb4jlHbbk3L+zBR2cGFcsOpEpQwwqN0QS8T46gXR6fj4S0QqrLQwOmdC9u8n9pI9M1YWsFf16oiBzdq20nH2LewNhNc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778951336; c=relaxed/simple; bh=BKQDoDJsXC439gUolHkssDteieDPq4StZKKZEfqYp3Y=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=CCnHYTABooWNotkHd8BLXz6S4OcBILffsrzEk3pf6R0Afx7W/rPbouFVKxMxdu20UzVvndoGAIbEaapfwVgJb8/dlbwB67Haga2EX9+sf+Kg9w53Rg6skbFAGZdNNpEdtEN1GVNvPnOfPIKmn+Dp6gi0d1St9PiOqNxLy9MQ0KU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=gWcZta16; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="gWcZta16" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9A25FC19425; Sat, 16 May 2026 17:08:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778951336; bh=BKQDoDJsXC439gUolHkssDteieDPq4StZKKZEfqYp3Y=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=gWcZta16u/92H3aK2QjZQO3xAoa+TkIkwQDbEdzLFkd9A9rMwW2BkF7ciNWSo5AnJ X9RKfj4S+e5yCwow6MLU12oY5LI7ccmoLaNE13KqBuJ7eo/KQaPr7hz9N5++ho3GNC Xj5mol82GI6pP3R7uY9zSTSNNuNOObOfYtwlmralmQtONdxvENwEb+tglaJXqmBIsd tHGS96TH2F0jduPUeqUDG/y84G/WOo7QlXHEbe7/L//6sAhzJuCvE8xOfoRCu9VEBC 88jdSwOqwvius+kNtzcTeF2lvrt1T/QFqeox52dWdajzEBWPTBs5muYBjDexcluapy KFPkCFkfwAqrg== From: SeongJae Park To: Cheesecake Cc: SeongJae Park , Andrew Morton , David Hildenbrand , Lorenzo Stoakes , "Liam R. Howlett" , Vlastimil Babka , Mike Rapoport , Suren Baghdasaryan , Michal Hocko , Jonathan Corbet , Shuah Khan , damon@lists.linux.dev, linux-mm@kvack.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] docs: fix typos in design.rst Date: Sat, 16 May 2026 10:08:46 -0700 Message-ID: <20260516170847.146524-1-sj@kernel.org> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260516093552.8404-1-cheesecake2960@icloud.com> References: Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Hello Cheesecake, Thank you for this patch! For the consistency, let's use 'Docs/mm/damon/design:' as the prefix of the subject. E.g., Docs/mm/damon/design: fix three typos On Sat, 16 May 2026 18:35:37 +0900 Cheesecake wrote: > L140: "unsinged" -> "unsigned" > L371: "sampleing" -> "sampling" > L387: "multipled" -> "multiplied" Thank you for finding and fixing these! > > Signed-off-by: Cheesecake Is Cheesecake your real name or known identity? We don't allow anonymous contributions [1], and mm community prefer to use real names. [...] The file changes look good. Could you please send v2 of this patch with changed subject and the name (if Cheesecake is not your real name or known identity)? [1] https://docs.kernel.org/process/submitting-patches.html#developer-s-certificate-of-origin-1-1 Thanks, SJ