diff options
Diffstat (limited to 'doc/develop/codingstyle.rst')
-rw-r--r-- | doc/develop/codingstyle.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 <others.h> #include <asm/...> #include <arm/arch/...> - #include <dm/device_compat/.h> + #include <dm/device_compat.h> #include <linux/...> #include "local.h" |