Jonathan Corbet <corbet@xxxxxxx> writes: > <xu.xin16@xxxxxxxxxx> writes: > >> From: Yaxin Wang <wang.yaxin@xxxxxxxxxx> >> >> This patch translates the "physical_memory.rst" document into >> Simplified Chinese to improve accessibility for Chinese-speaking >> developers and users. >> >> The translation was done with attention to technical accuracy >> and readability, ensuring that the document remains informative >> and useful in its translated form. >> >> Update to commit 7332f9e45d2e("docs/mm: Physical Memory: Fix grammar") >> >> Signed-off-by: Yaxin Wang <wang.yaxin@xxxxxxxxxx> >> Signed-off-by: Jiang Kun <jiang.kun2@xxxxxxxxxx> >> Reviewed-by: Yanteng Si <si.yanteng@xxxxxxxxx> >> --- >> v6->v7: >> Thanks, Some fixes according to: >> https://lore.kernel.org/all/c95075bc-187b-4d38-b9bc-2f19f29a2231@xxxxxxxxx/ >> 1.retry 'git format-patch' to ensure the patches can be successfully applied by 'git am' >> >> Documentation/translations/zh_CN/mm/index.rst | 1 + >> .../translations/zh_CN/mm/physical_memory.rst | 354 ++++++++++++++++++ >> 2 files changed, 355 insertions(+) >> create mode 100644 Documentation/translations/zh_CN/mm/physical_memory.rst > > Applied (after a bit of work since it didn't apply directly to > docs-next), thanks, I ended up taking this one out again, due to the following warnings? Documentation/translations/zh_CN/mm/physical_memory.rst:131: WARNING: duplicate label nodes, other instance in /home/corbet/kernel/Documentation/mm/physical_memory.rst Documentation/translations/zh_CN/mm/physical_memory.rst:325: WARNING: duplicate label zones, other instance in /home/corbet/kernel/Documentation/mm/physical_memory.rst Documentation/translations/zh_CN/mm/physical_memory.rst:334: WARNING: duplicate label pages, other instance in /home/corbet/kernel/Documentation/mm/physical_memory.rst Documentation/translations/zh_CN/mm/physical_memory.rst:350: WARNING: duplicate label initialization, other instance in /home/corbet/kernel/Documentation/mm/physical_memory.rst Please ensure that your changes do not introduce build warnings before posting them. jon