mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-25 14:56:03 +00:00
efi_loader: fix Sphinx warning
Brackets '[' need to be escaped to avoid a build warning lib/efi_loader/efi_image_loader.c:223: WARNING: Inline strong start-string without end-string. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Masahisa Kojima <masahisa.kojima@linaro.org>
This commit is contained in:
parent
e27b0ff1b7
commit
b95e5edc42
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ static void efi_set_code_and_data_type(
|
|||
* @end: End address of region (excluded)
|
||||
* @nocheck: flag against overlapped regions
|
||||
*
|
||||
* Take one entry of region [@start, @end[ and insert it into the list.
|
||||
* Take one entry of region \[@start, @end\[ and insert it into the list.
|
||||
*
|
||||
* * If @nocheck is false, the list will be sorted ascending by address.
|
||||
* Overlapping entries will not be allowed.
|
||||
|
|
Loading…
Add table
Reference in a new issue