[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20241020042813.3223449-1-snovitoll@gmail.com>
Date: Sun, 20 Oct 2024 09:28:13 +0500
From: Sabyrzhan Tasbolatov <snovitoll@...il.com>
To: akpm@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org,
linux-next@...r.kernel.org,
sfr@...b.auug.org.au,
snovitoll@...il.com
Subject: [PATCH] Documentation/kasan: fix indentation in translation
Fix the warning in linux-next (htmldocs):
> Documentation/translations/zh_TW/dev-tools/kasan.rst:410:
> ERROR: Unexpected indentation.
This is based on -mm tree (linux-mm-unstable branch).
Signed-off-by: Sabyrzhan Tasbolatov <snovitoll@...il.com>
---
Documentation/translations/zh_TW/dev-tools/kasan.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/translations/zh_TW/dev-tools/kasan.rst b/Documentation/translations/zh_TW/dev-tools/kasan.rst
index 35b7fd18a..27fb76451 100644
--- a/Documentation/translations/zh_TW/dev-tools/kasan.rst
+++ b/Documentation/translations/zh_TW/dev-tools/kasan.rst
@@ -407,7 +407,7 @@ KASAN連接到vmap基礎架構以懶清理未使用的影子內存。
所有 KASAN 測試均與 KUnit 測試框架集成,並且可以啟用
透過 ``CONFIG_KASAN_KUNIT_TEST``。可以運行測試並進行部分驗證
- 以幾種不同的方式自動進行;請參閱下面的說明。
+以幾種不同的方式自動進行;請參閱下面的說明。
如果偵測到錯誤,每個 KASAN 測試都會列印多個 KASAN 報告之一。
然後測試列印其編號和狀態。
--
2.34.1
Powered by blists - more mailing lists