From d0c2c4d329d67289a3056041150a90b9b510b1e4 Mon Sep 17 00:00:00 2001 From: Peter Bigot Date: Sat, 17 Aug 2019 11:45:32 -0500 Subject: [PATCH] doc/drivers: correct number of initialization levels When init level hierarchy was reworked the documentation was switched to describe the new levels, but the count of relevant levels was not changed. Signed-off-by: Peter Bigot --- doc/reference/drivers/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference/drivers/index.rst b/doc/reference/drivers/index.rst index 0ef4ef525fa..23f31a07e6d 100644 --- a/doc/reference/drivers/index.rst +++ b/doc/reference/drivers/index.rst @@ -262,7 +262,7 @@ Initialization Levels Drivers may depend on other drivers being initialized first, or require the use of kernel services. The DEVICE_INIT() APIs allow the user to specify at what time during the boot sequence the init function will be -executed. Any driver will specify one of five initialization levels: +executed. Any driver will specify one of four initialization levels: ``PRE_KERNEL_1`` Used for devices that have no dependencies, such as those that rely