* [PATCH 1/1] Documentation: Fix example directories arch problem
@ 2012-11-13 13:56 hc0606
2012-11-13 14:04 ` Yann E. MORIN
0 siblings, 1 reply; 4+ messages in thread
From: hc0606 @ 2012-11-13 13:56 UTC (permalink / raw)
To: mmarek, rob; +Cc: linux-kbuild, linux-doc, hanc.fnst, Han Cheng
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(-)
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
--
1.7.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] Documentation: Fix example directories arch problem
2012-11-13 13:56 [PATCH 1/1] Documentation: Fix example directories arch problem hc0606
@ 2012-11-13 14:04 ` Yann E. MORIN
2012-11-13 14:20 ` 韩诚
0 siblings, 1 reply; 4+ messages in thread
From: Yann E. MORIN @ 2012-11-13 14:04 UTC (permalink / raw)
To: hc0606; +Cc: mmarek, rob, linux-kbuild, linux-doc, hanc.fnst
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. |
'------------------------------'-------'------------------'--------------------'
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] Documentation: Fix example directories arch problem
2012-11-13 14:04 ` Yann E. MORIN
@ 2012-11-13 14:20 ` 韩诚
2012-11-13 14:24 ` Yann E. MORIN
0 siblings, 1 reply; 4+ messages in thread
From: 韩诚 @ 2012-11-13 14:20 UTC (permalink / raw)
To: Yann E. MORIN; +Cc: mmarek, rob, linux-kbuild, linux-doc, hanc.fnst
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. |
> '------------------------------'-------'------------------'--------------------'
--
Best regards,
Cheng
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] Documentation: Fix example directories arch problem
2012-11-13 14:20 ` 韩诚
@ 2012-11-13 14:24 ` Yann E. MORIN
0 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2012-11-13 14:24 UTC (permalink / raw)
To: 韩诚; +Cc: mmarek, rob, linux-kbuild, linux-doc, hanc.fnst
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.
--
.-----------------.--------------------.------------------.--------------------.
| 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. |
'------------------------------'-------'------------------'--------------------'
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-11-13 14:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-13 13:56 [PATCH 1/1] Documentation: Fix example directories arch problem hc0606
2012-11-13 14:04 ` Yann E. MORIN
2012-11-13 14:20 ` 韩诚
2012-11-13 14:24 ` Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox