From: Kefan Liu Date: Tue, 11 Mar 2025 15:45:35 +0000 (+0800) Subject: Documentation/kbuild: Fix indentation in modules.rst example X-Git-Tag: v6.15-rc1~11^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82e7a5997170f105dc5452f83f349e6e625e61f5;p=thirdparty%2Flinux.git 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 Signed-off-by: Masahiro Yamada --- diff --git a/Documentation/kbuild/modules.rst b/Documentation/kbuild/modules.rst index a42f00d8cb90f..d0703605bfa4d 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::