Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Kefan Liu and committed by
Masahiro Yamada
82e7a599 e6a03a66

+1 -1
+1 -1
Documentation/kbuild/modules.rst
··· 318 318 | |__ include 319 319 | |__ hardwareif.h 320 320 |__ include 321 - |__ complex.h 321 + |__ complex.h 322 322 323 323 To build the module complex.ko, we then need the following 324 324 kbuild file::