diff options
author | Tom Rini <trini@konsulko.com> | 2023-07-28 12:48:00 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-07-28 12:48:00 -0400 |
commit | a36d59ba99a19c777d896d4c70e75975654e2831 (patch) | |
tree | d0b3000aa039ad1085506ddff514c882c67f2701 /doc/develop/codingstyle.rst | |
parent | 6544943819bdb8258195c0eb5716345dd5bba070 (diff) | |
parent | 6e8fa0611f19824e200fe4725f18bce7e2000071 (diff) |
Merge tag 'efi-2023-10-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2023-10-rc2
Documentation:
* Update the documentation for TI K3 boards (use SVG images)
* Update doc/sphinx/requirements.txt
* Describe QEMU emulation of block devices
UEFI
* Fix device paths for special block devices
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" |