From: Santosh Mahto Date: Wed, 20 Aug 2025 18:10:13 +0000 (+0530) Subject: docs: devicetree: fix typo in writing-schema.rst X-Git-Tag: v6.18-rc1~149^2~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75592f9e178915867829b7ec6eb20125924a4814;p=thirdparty%2Fkernel%2Fstable.git docs: devicetree: fix typo in writing-schema.rst Fixes a spelling mistake in writing-schema.rst: "interpretted" → "interpreted" Signed-off-by: Santosh Mahto Link: https://lore.kernel.org/r/20250820181013.17817-1-eisantosh95@gmail.com Signed-off-by: Rob Herring (Arm) --- diff --git a/Documentation/devicetree/bindings/writing-schema.rst b/Documentation/devicetree/bindings/writing-schema.rst index 470d1521fa174..fcd4726f8df4c 100644 --- a/Documentation/devicetree/bindings/writing-schema.rst +++ b/Documentation/devicetree/bindings/writing-schema.rst @@ -53,7 +53,7 @@ description The default without any indicators is flowed, plain scalar style where single line breaks and leading whitespace are stripped. Paragraphs are delimited by blank lines (i.e. double line break). This style cannot contain ": " in it as - it will be interpretted as a key. Any " #" sequence will be interpretted as + it will be interpreted as a key. Any " #" sequence will be interpreted as a comment. There's other restrictions on characters as well. Most restrictions are on what the first character can be.