Re: [PATCH 1/2] docs: ksm: fix typos in sysfs knob names
Jinjiang Tu <[email protected]>
| Newsgroups | org.kernel.vger.linux-doc,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
在 2026/7/31 17:11, David Hildenbrand (Arm) 写道:
> On 7/31/26 10:35, Jinjiang Tu wrote:
>> The sysfs knob names in mm/ksm.c are "advisor_max_cpu" and
>> "advisor_max_pages_to_scan", but the ksm.rst documentation spelled
>> both as "adivsor_*", fix the two typos.
>>
>> Fixes: 0710f38ad26a ("mm/ksm: document ksm advisor and its sysfs knobs")
> I'm not sure on fixes tags for documentation stuff.
git log --grep "Fixes" Documentation/
Many commits in Documentation have fix tag.
I think both are ok, since documentation changes are needed to backport.
> Change itself LGTM
>
> Acked-by: David Hildenbrand (Arm) <[email protected]>
>