[PATCH v2 1/3] Documentation: fix "should be use" grammar in ABI README

From: 岳秉坤

Date: Tue Jul 28 2026 - 00:21:11 EST


Fix "should be use" -> "should use" in Documentation/ABI/README.

Signed-off-by: 岳秉坤 <yuebingkun@xxxxxxxxxx>
Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
---
Documentation/ABI/README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/ABI/README b/Documentation/ABI/README
index 315fffe1f831f..27c962e6a872c 100644
--- a/Documentation/ABI/README
+++ b/Documentation/ABI/README
@@ -62,7 +62,7 @@ Users: All users of this interface who wish to be notified when


Note:
- The fields should be use a simple notation, compatible with ReST markup.
+ The fields should use a simple notation, compatible with ReST markup.
Also, the file **should not** have a top-level index, like::

===
--
2.25.1