diff mbox

[1/1] Documentation: Fix example directories arch problem

Message ID 1352814965-28502-1-git-send-email-hc0606@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

hc0606@gmail.com Nov. 13, 2012, 1:56 p.m. UTC
From: Han Cheng <hc0606@gmail.com>

The example directories arch is not consistent with the kbuild, fix it.

Signed-off-by: Han Cheng <hc0606@gmail.com>
---
 Documentation/kbuild/modules.txt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

Comments

Yann E. MORIN Nov. 13, 2012, 2:04 p.m. UTC | #1
Han Cheng, All,

On Tuesday 13 November 2012 14:56:05 hc0606@gmail.com wrote:
> The example directories arch is not consistent with the kbuild, fix it.

It is if you set your tabstop=8 which is the rule for the Linux kernel.

Regards,
Yann E. MORIN.
hc0606@gmail.com Nov. 13, 2012, 2:20 p.m. UTC | #2
Shall we change the tab to 8 space?

2012/11/13 Yann E. MORIN <yann.morin.1998@free.fr>:
> Han Cheng, All,
>
> On Tuesday 13 November 2012 14:56:05 hc0606@gmail.com wrote:
>> The example directories arch is not consistent with the kbuild, fix it.
>
> It is if you set your tabstop=8 which is the rule for the Linux kernel.
>
> Regards,
> Yann E. MORIN.
>
> --
> .-----------------.--------------------.------------------.--------------------.
> |  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
> | +0/33 662376056 | Software  Designer | \ / CAMPAIGN     |   ^                |
> | --==< O_o >==-- '------------.-------:  X  AGAINST      |  /e\  There is no  |
> | http://ymorin.is-a-geek.org/ | (*_*) | / \ HTML MAIL    |  """  conspiracy.  |
> '------------------------------'-------'------------------'--------------------'
Yann E. MORIN Nov. 13, 2012, 2:24 p.m. UTC | #3
Han Cheng, All,

On Tuesday 13 November 2012 15:20:23 ?? wrote:
> Shall we change the tab to 8 space?

Please, don't top-post.

It's something you configure in your editor, not in the file. The file
already uses tabs, so you just have to tell your editor to use 8 'spaces'
to represent tabs. In vim, you do it thus:
  :set tabstop=8

I'll leave it to you as an exrecise on how to set in your favorite editor.
;-)

> 2012/11/13 Yann E. MORIN <yann.morin.1998@free.fr>:
> > On Tuesday 13 November 2012 14:56:05 hc0606@gmail.com wrote:
> >> The example directories arch is not consistent with the kbuild, fix it.
> >
> > It is if you set your tabstop=8 which is the rule for the Linux kernel.

Regards,
Yann E. MORIN.
diff mbox

Patch

diff --git a/Documentation/kbuild/modules.txt b/Documentation/kbuild/modules.txt
index 3fb39e0..8312f07 100644
--- a/Documentation/kbuild/modules.txt
+++ b/Documentation/kbuild/modules.txt
@@ -355,9 +355,9 @@  according to the following rule:
 	|__ src
 	|   |__ complex_main.c
 	|   |__ hal
-	|	|__ hardwareif.c
-	|	|__ include
-	|	    |__ hardwareif.h
+	|		|__ hardwareif.c
+	|		|__ include
+	|			|__ hardwareif.h
 	|__ include
 	    |__ complex.h