aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKefan Liu <liukefan24s@ict.ac.cn>2025-03-11 23:45:35 +0800
committerMasahiro Yamada <masahiroy@kernel.org>2025-03-17 00:29:51 +0900
commit82e7a5997170f105dc5452f83f349e6e625e61f5 (patch)
treec1610c73b0e1ac13a9e6c229cd408b217154baa1
parentx86: Get rid of Makefile.postlink (diff)
downloadwireguard-linux-82e7a5997170f105dc5452f83f349e6e625e61f5.tar.xz
wireguard-linux-82e7a5997170f105dc5452f83f349e6e625e61f5.zip
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>
-rw-r--r--Documentation/kbuild/modules.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kbuild/modules.rst b/Documentation/kbuild/modules.rst
index a42f00d8cb90..d0703605bfa4 100644
--- 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::