aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx/kernel_abi.py
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-03-13 20:39:46 -0400
committerTom Rini <trini@konsulko.com>2024-03-13 20:39:46 -0400
commit86fd291a7990af84e96808f48eff2219dd4ef496 (patch)
treef29ba244471f50a77436266f7ea84eaf833e0a9f /doc/sphinx/kernel_abi.py
parenta81242099c56a0680658a3420f2a7ede08db2c14 (diff)
parentc8a2567475508156f4f43ea2caf3532790d47f8e (diff)
Merge tag 'efi-2024-04-rc5' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2024-04-rc5 Documentation: * fix Python string escapes * develop: commands: Fix function prototype * fix incorrect path Documentation * fix mistyped "env flags" command * board: phytec: phycore-am62x: Update artifact names UEFI: * Invoke ft_board_setup() before efi_carve_out_dt_rsv()
Diffstat (limited to 'doc/sphinx/kernel_abi.py')
-rw-r--r--doc/sphinx/kernel_abi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/kernel_abi.py b/doc/sphinx/kernel_abi.py
index f3da859c98..32c50e496b 100644
--- a/doc/sphinx/kernel_abi.py
+++ b/doc/sphinx/kernel_abi.py
@@ -147,7 +147,7 @@ class KernelCmd(Directive):
code_block += "\n " + l
lines = code_block + "\n\n"
- line_regex = re.compile("^#define LINENO (\S+)\#([0-9]+)$")
+ line_regex = re.compile(r"^#define LINENO (\S+)\#([0-9]+)$")
ln = 0
n = 0
f = fname