From: Heinrich Schuchardt Date: Mon, 24 Jul 2023 08:53:59 +0000 (+0200) Subject: doc: fix typo device_compat/.h X-Git-Tag: v2023.10-rc2~16^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95537bd31cd86af21245b98b84fc657e07782f04;p=pandora-u-boot.git doc: fix typo device_compat/.h %s/device_compat\/.h/device_compat.h/ Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- diff --git a/doc/develop/codingstyle.rst b/doc/develop/codingstyle.rst index 3d05a6b9887..b25bfbd271f 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"