public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* [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

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