From: Heinrich Schuchardt Date: Mon, 24 Jul 2023 08:53:59 +0000 (+0200) Subject: doc: fix typo device_compat/.h X-Git-Tag: v2025.01-rc5-pxa1908~911^2~23 X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=95537bd31cd86af21245b98b84fc657e07782f04;p=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 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"