summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-07-24 11:53:59 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-07-28 12:36:37 +0300
commit95537bd31cd86af21245b98b84fc657e07782f04 (patch)
tree83ccc099cfdf4ef40da3f0c111a3648a788be305 /doc
parentd0544244b1c1dc371d0ba18307ce66be51ac1c67 (diff)
downloadu-boot-95537bd31cd86af21245b98b84fc657e07782f04.tar.xz
doc: fix typo device_compat/.h
%s/device_compat\/.h/device_compat.h/ Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/develop/codingstyle.rst2
1 files changed, 1 insertions, 1 deletions
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 <others.h>
#include <asm/...>
#include <arm/arch/...>
- #include <dm/device_compat/.h>
+ #include <dm/device_compat.h>
#include <linux/...>
#include "local.h"