diff mbox series

Documentation/kbuild: Fix indentation in modules.rst example

Message ID 20250311154535.56560-1-liukefan24s@ict.ac.cn (mailing list archive)
State New
Headers show
Series Documentation/kbuild: Fix indentation in modules.rst example | expand

Commit Message

Kefan Liu March 11, 2025, 3:45 p.m. UTC
Correct the indentation in an example within the `modules.rst` file
to improve readability.

Signed-off-by: Kefan Liu <liukefan24s@ict.ac.cn>
---
 Documentation/kbuild/modules.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Masahiro Yamada March 13, 2025, 1:02 a.m. UTC | #1
On Wed, Mar 12, 2025 at 12:46 AM Kefan Liu <liukefan24s@ict.ac.cn> wrote:
>
> Correct the indentation in an example within the `modules.rst` file
> to improve readability.
>
> Signed-off-by: Kefan Liu <liukefan24s@ict.ac.cn>

Applied to linux-kbuild.
Thanks!

> ---
>  Documentation/kbuild/modules.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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::
> --
> 2.43.0
>
>
diff mbox series

Patch

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::