Documentation/kbuild: Fix indentation in modules.rst example
authorKefan Liu <liukefan24s@ict.ac.cn>
Tue, 11 Mar 2025 15:45:35 +0000 (23:45 +0800)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 16 Mar 2025 15:29:51 +0000 (00:29 +0900)
Correct the indentation in an example within the `modules.rst` file
to improve readability.

Signed-off-by: Kefan Liu <liukefan24s@ict.ac.cn>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Documentation/kbuild/modules.rst

index a42f00d8cb90ff6ee44677c1278287ef25a84c89..d0703605bfa4dd13ba1ba6a0bfcbcf4e53190885 100644 (file)
@@ -318,7 +318,7 @@ Several Subdirectories
                |       |__ include
                |           |__ hardwareif.h
                |__ include
-               |__ complex.h
+                       |__ complex.h
 
        To build the module complex.ko, we then need the following
        kbuild file::