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 881B043E9FF; Tue, 28 Apr 2026 14:21:43 +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=1777386103; cv=none; b=CewWriA+VOVONhSv2zyb2ROFdb3rd0MkKgby3bhWZKJjsxRTA0BpSYZyLEzOnNIAX/X+IDRWhY2iRDAerq7HB7jKGbFuPok4ctsKTpDdP83r8QKcl/2QhWF9Ni0D45NbB/9HuaSScamliyjGP4elbJc2cwIUTOXOsKlGgavJDXs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777386103; c=relaxed/simple; bh=zYVr8VjRbDUPgxlcymb8HZk4CGyioa94jSwOemrqBLw=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=H2o73p/7qqSrwN83uNsRqHRzdfwmdnromolgB2OHPpFihIuzXVXKzcFj6B9H/jFI2HXWTu97AheX2Pbk2jGeqrBWMWAN148LmyV0l+CInhLaEI34XSfsYE+tBRlExnjwCgsMEFspNSCb3fjqoT0szOEjZEkYLL6mE/VdjAjx1HQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=c9H9FwcE; 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="c9H9FwcE" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D4B87C2BCB5; Tue, 28 Apr 2026 14:21:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777386102; bh=zYVr8VjRbDUPgxlcymb8HZk4CGyioa94jSwOemrqBLw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=c9H9FwcEdAxOnQCSMarBmTDc8SNRisq4zOckB6tC4rJsL32rMdeoCFb/DZnNAKLs3 GBOCYFnN9wmzc98CPsH2+6m8W8qWk9PpdOwSTk3D6s1vhKAOo/R6xh2XvaqNZinC4h CKJG+XOcIifLl20IEDbA31eNEkA3Tboj8sr8+1BwClljDiBm/+4/tP16ClJvQJ2rIM 2IJYOrAJqVP8VGP4tJl1f70OJs/m3dAYSb/xtuzDSr1prt9xtcVOdh3Y7TU/NEmZpc 66geo97S8vgKEhMo3mRA1cQyZnt3lBlM0+s4D7VqfRYmQ5npGc87zORxeEF/oA5s+H KpmKolqt3iZ/w== From: SeongJae Park To: "Vlastimil Babka (SUSE)" Cc: SeongJae Park , Andrew Morton , Cheng-Han Wu , "Liam R. Howlett" , David Hildenbrand , Jonathan Corbet , Lorenzo Stoakes , Michal Hocko , Mike Rapoport , Shuah Khan , Suren Baghdasaryan , damon@lists.linux.dev, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH v2 2/4] Docs/admin-guide/mm/damon: fix 'parametrs' typo Date: Tue, 28 Apr 2026 07:21:31 -0700 Message-ID: <20260428142132.125055-1-sj@kernel.org> X-Mailer: git-send-email 2.47.3 In-Reply-To: <4b36424f-218d-46eb-88d2-a25f146fb792@kernel.org> 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 On Tue, 28 Apr 2026 09:38:02 +0200 "Vlastimil Babka (SUSE)" wrote: > On 4/28/26 01:39, SeongJae Park wrote: > > On Sun, 26 Apr 2026 16:16:15 -0700 SeongJae Park wrote: > > > >> From: Cheng-Han Wu > >> > >> Fix the misspelling of "parametrs" as "parameters" in > >> reclaim.rst and lru_sort.rst. > >> > >> Signed-off-by: Cheng-Han Wu > > > > Oops, I forgot adding my Reviewed-by: tag. > > > > Reviewed-by: SeongJae Park > > > > Andrew, could you please add the above my Reviewed-by: tag? > > Since you were sending that patch along in you series, there was (as it > must) already your S-o-b tag and that's stronger responsibility than a > Reviewed-by, so it's redundant to add it :) You are right. But, not having R-b tags that I provided on the review stage of patches gone makes me feel odd and bit confusing. Also I made a weird tool for checking DAMON patch review status that doesn't understand this situation well... Maybe I should fix my brain and tool, but if it doesn't bother Andrew, I'd still hope to have the R-b tags on the patches. Thanks, SJ [...]