projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6a03a6
)
Documentation/kbuild: Fix indentation in modules.rst example
author
Kefan Liu
<liukefan24s@ict.ac.cn>
Tue, 11 Mar 2025 15:45:35 +0000
(23:45 +0800)
committer
Masahiro 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
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/kbuild/modules.rst
b/Documentation/kbuild/modules.rst
index a42f00d8cb90ff6ee44677c1278287ef25a84c89..d0703605bfa4dd13ba1ba6a0bfcbcf4e53190885 100644
(file)
--- a/
Documentation/kbuild/modules.rst
+++ b/
Documentation/kbuild/modules.rst
@@
-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::