diff mbox

kbuild: fix a typo in a kbuild document

Message ID 1402385774-3748-1-git-send-email-yamada.m@jp.panasonic.com (mailing list archive)
State New, archived
Headers show

Commit Message

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

Comments

Masahiro Yamada June 12, 2014, 1:24 a.m. UTC | #1
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


--
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
Michal Marek June 12, 2014, 8:28 a.m. UTC | #2
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
--
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
Michal Marek June 18, 2014, 7:39 p.m. UTC | #3
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

--
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
diff mbox

Patch

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().