All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kbuild: fix a typo in a kbuild document
@ 2014-06-10  7:36 Masahiro Yamada
  2014-06-12  1:24 ` Masahiro Yamada
  0 siblings, 1 reply; 4+ messages in thread
From: Masahiro Yamada @ 2014-06-10  7:36 UTC (permalink / raw)
  To: linux-kbuild; +Cc: Masahiro Yamada

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
---
 Documentation/kbuild/makefiles.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/kbuild/makefiles.txt b/Documentation/kbuild/makefiles.txt
index d567a7c..c600e2f 100644
--- a/Documentation/kbuild/makefiles.txt
+++ b/Documentation/kbuild/makefiles.txt
@@ -1171,7 +1171,7 @@ When kbuild executes, the following steps are followed (roughly):
 	      obvious reason.
 
     dtc
-	Create flattend device tree blob object suitable for linking
+	Create flattened device tree blob object suitable for linking
 	into vmlinux. Device tree blobs linked into vmlinux are placed
 	in an init section in the image. Platform code *must* copy the
 	blob to non-init memory prior to calling unflatten_device_tree().
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] kbuild: fix a typo in a kbuild document
  2014-06-10  7:36 [PATCH] kbuild: fix a typo in a kbuild document Masahiro Yamada
@ 2014-06-12  1:24 ` Masahiro Yamada
  2014-06-12  8:28   ` Michal Marek
  0 siblings, 1 reply; 4+ messages in thread
From: Masahiro Yamada @ 2014-06-12  1:24 UTC (permalink / raw)
  To: Michal Marek; +Cc: linux-kbuild

Hi Michal,

Does this patch look good?

If it is not too late,
could you consider to include this trivial one in your GIT-PULL?



On Tue, 10 Jun 2014 16:36:14 +0900
Masahiro Yamada <yamada.m@jp.panasonic.com> wrote:

> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> ---
>  Documentation/kbuild/makefiles.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/kbuild/makefiles.txt b/Documentation/kbuild/makefiles.txt
> index d567a7c..c600e2f 100644
> --- a/Documentation/kbuild/makefiles.txt
> +++ b/Documentation/kbuild/makefiles.txt
> @@ -1171,7 +1171,7 @@ When kbuild executes, the following steps are followed (roughly):
>  	      obvious reason.
>  
>      dtc
> -	Create flattend device tree blob object suitable for linking
> +	Create flattened device tree blob object suitable for linking
>  	into vmlinux. Device tree blobs linked into vmlinux are placed
>  	in an init section in the image. Platform code *must* copy the
>  	blob to non-init memory prior to calling unflatten_device_tree().
> -- 
> 1.9.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] kbuild: fix a typo in a kbuild document
  2014-06-12  1:24 ` Masahiro Yamada
@ 2014-06-12  8:28   ` Michal Marek
  2014-06-18 19:39     ` Michal Marek
  0 siblings, 1 reply; 4+ messages in thread
From: Michal Marek @ 2014-06-12  8:28 UTC (permalink / raw)
  To: Masahiro Yamada; +Cc: linux-kbuild

Dne 12.6.2014 03:24, Masahiro Yamada napsal(a):
> Hi Michal,
> 
> Does this patch look good?
> 
> If it is not too late,
> could you consider to include this trivial one in your GIT-PULL?

Hi Masahiro-san,

I'll send it to Linus for the next -rc.

Michal

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] kbuild: fix a typo in a kbuild document
  2014-06-12  8:28   ` Michal Marek
@ 2014-06-18 19:39     ` Michal Marek
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Marek @ 2014-06-18 19:39 UTC (permalink / raw)
  To: Masahiro Yamada; +Cc: linux-kbuild

Dne 12.6.2014 10:28, Michal Marek napsal(a):
> Dne 12.6.2014 03:24, Masahiro Yamada napsal(a):
>> Hi Michal,
>>
>> Does this patch look good?
>>
>> If it is not too late,
>> could you consider to include this trivial one in your GIT-PULL?
> 
> Hi Masahiro-san,
> 
> I'll send it to Linus for the next -rc.

Applied to kbuild.git#rc-fixes now.

Thanks,
Michal


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-06-18 19:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-10  7:36 [PATCH] kbuild: fix a typo in a kbuild document Masahiro Yamada
2014-06-12  1:24 ` Masahiro Yamada
2014-06-12  8:28   ` Michal Marek
2014-06-18 19:39     ` Michal Marek

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.