Skip to content

Commit b663ee8

Browse files
n-eqdkalowsk
authored andcommitted
doc: kernel: drivers: Correct number of initialization levels
Commit a0b746 deleted 2 deprecated driver init levels (EARLY, APPLICATION), but didn't update the number mentioned in the doc. Signed-off-by: Nabil Elqatib <nabilelqatib@gmail.com>
1 parent 0b1cff2 commit b663ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/kernel/drivers/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ Initialization Levels
343343
Drivers may depend on other drivers being initialized first, or require
344344
the use of kernel services. :c:func:`DEVICE_DEFINE()` and related APIs
345345
allow the user to specify at what time during the boot sequence the init
346-
function will be executed. Any driver will specify one of four
346+
function will be executed. Any driver will specify one of three
347347
initialization levels:
348348

349349
``PRE_KERNEL_1``

0 commit comments

Comments
 (0)