diff options
| author | Tom Rini <[email protected]> | 2022-07-22 20:48:51 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-07-22 20:48:51 -0400 |
| commit | 03662dc50627b3dc05a1c17f968bf26203f34666 (patch) | |
| tree | 39512abd3af00a222bd26ea92dc36b1e4e549702 /doc/develop | |
| parent | fd41c8f7a3b00ffcdcfab6d78b006a9e2a5c1873 (diff) | |
| parent | 052e8ca421cc8697f8cf7de16253627c4c92f4dc (diff) | |
Merge tag 'efi-2022-10-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2022-10-rc1-2
Documentation:
* doc: add package uuid-dev to build dependencies
UEFI:
* remove support for CONFIG_LCD
* fix authenticated capsules tests
Others:
* pxe: simplify label_boot()
* cli: support bracketed paste
Diffstat (limited to 'doc/develop')
| -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 2b13818a8ce..a6bc37bbb44 100644 --- a/doc/develop/codingstyle.rst +++ b/doc/develop/codingstyle.rst @@ -41,7 +41,7 @@ The following rules apply: * The exception here is Python which requires 4 spaces instead. - * All source files need to be in "Unix" and not "DOS" or "Windows" formatted, + * All source files need to be in "Unix" and not "DOS" or "Windows" format, with respect to line ends. * Do not add more than 2 consecutive empty lines to source files |
