summaryrefslogtreecommitdiff
path: root/doc/develop/codingstyle.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/develop/codingstyle.rst')
-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"