From fced4235fd1721f93d1d2d5ff3e527ee7ce398e0 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Mon, 24 Jul 2023 10:53:59 +0200 Subject: [PATCH] doc: fix typo device_compat/.h %s/device_compat\/.h/device_compat.h/ Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- doc/develop/codingstyle.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/develop/codingstyle.rst b/doc/develop/codingstyle.rst index 3d05a6b988..b25bfbd271 100644 --- a/doc/develop/codingstyle.rst +++ b/doc/develop/codingstyle.rst @@ -120,7 +120,7 @@ then headers with directories, then local files: #include #include #include - #include + #include #include #include "local.h" -- 2.39.5