diff options
| author | Kefan Liu <liukefan24s@ict.ac.cn> | 2025-03-11 23:45:35 +0800 |
|---|---|---|
| committer | Masahiro Yamada <masahiroy@kernel.org> | 2025-03-17 00:29:51 +0900 |
| commit | 82e7a5997170f105dc5452f83f349e6e625e61f5 (patch) | |
| tree | c1610c73b0e1ac13a9e6c229cd408b217154baa1 | |
| parent | e6a03a666995a6b64cd8a28cb5e5b9c6a162444a (diff) | |
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.rst | 2 |
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:: |
