All of lore.kernel.org
 help / color / mirror / Atom feed
From: hc0606@gmail.com
To: mmarek@suse.cz, rob@landley.net
Cc: linux-kbuild@vger.kernel.org, linux-doc@vger.kernel.org,
	hanc.fnst@cn.fujitsu.com, Han Cheng <hc0606@gmail.com>
Subject: [PATCH 1/1] Documentation: Fix example directories arch problem
Date: Tue, 13 Nov 2012 21:56:05 +0800	[thread overview]
Message-ID: <1352814965-28502-1-git-send-email-hc0606@gmail.com> (raw)

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


             reply	other threads:[~2012-11-13 13:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-13 13:56 hc0606 [this message]
2012-11-13 14:04 ` [PATCH 1/1] Documentation: Fix example directories arch problem Yann E. MORIN
2012-11-13 14:20   ` 韩诚
2012-11-13 14:24     ` Yann E. MORIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1352814965-28502-1-git-send-email-hc0606@gmail.com \
    --to=hc0606@gmail.com \
    --cc=hanc.fnst@cn.fujitsu.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=mmarek@suse.cz \
    --cc=rob@landley.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.