Skip to content

Commit 82e7a59

Browse files
CreeperLKFmasahir0y
authored andcommitted
Documentation/kbuild: Fix indentation in modules.rst example
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>
1 parent e6a03a6 commit 82e7a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/kbuild/modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ Several Subdirectories
318318
| |__ include
319319
| |__ hardwareif.h
320320
|__ include
321-
|__ complex.h
321+
|__ complex.h
322322

323323
To build the module complex.ko, we then need the following
324324
kbuild file::

0 commit comments

Comments
 (0)