public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [TRIVIAL PATCH] Fix compilation of arch/arm/mach-omap1/mailbox.c
@ 2009-06-12 23:50 Jonathan McDowell
  2009-06-15  6:02 ` Hiroshi DOYU
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jonathan McDowell @ 2009-06-12 23:50 UTC (permalink / raw)
  To: linux-omap; +Cc: Hiroshi.DOYU

This fixes the positioning of " in MODULE_AUTHOR, which is currently
causing a build failure on latest git with CONFIG_OMAP_MBOX_FWK=m; the
original breakage appears to date from the end of last year in
a5abbbe52b7e89a7633319c5417bd4331f7ac8ed

Signed-Off-By: Jonathan McDowell <noodles@earth.li>

-----
diff --git a/arch/arm/mach-omap1/mailbox.c b/arch/arm/mach-omap1/mailbox.c
index 0af4d6c..6810b4a 100644
--- a/arch/arm/mach-omap1/mailbox.c
+++ b/arch/arm/mach-omap1/mailbox.c
@@ -203,5 +203,5 @@ module_exit(omap1_mbox_exit);
 
 MODULE_LICENSE("GPL v2");
 MODULE_DESCRIPTION("omap mailbox: omap1 architecture specific functions");
-MODULE_AUTHOR("Hiroshi DOYU" <Hiroshi.DOYU@nokia.com>);
+MODULE_AUTHOR("Hiroshi DOYU <Hiroshi.DOYU@nokia.com>");
 MODULE_ALIAS("platform:omap1-mailbox");
-----

J.

-- 
] http://www.earth.li/~noodles/ []     "Making the impossible very     [
]  PGP/GPG Key @ the.earth.li   []     difficult" -- The OpenGALEN     [
] via keyserver, web or email.  []              website.               [
] RSA: 4096/2DA8B985            []                                     [

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

* Re: [TRIVIAL PATCH] Fix compilation of arch/arm/mach-omap1/mailbox.c
  2009-06-12 23:50 [TRIVIAL PATCH] Fix compilation of arch/arm/mach-omap1/mailbox.c Jonathan McDowell
@ 2009-06-15  6:02 ` Hiroshi DOYU
  2009-06-15  9:01   ` Tony Lindgren
  2009-06-15  9:15 ` Hiroshi DOYU
  2009-06-15  9:22 ` [APPLIED] " Tony Lindgren
  2 siblings, 1 reply; 5+ messages in thread
From: Hiroshi DOYU @ 2009-06-15  6:02 UTC (permalink / raw)
  To: noodles, tony; +Cc: linux-omap

From: ext Jonathan McDowell <noodles@earth.li>
Subject: [TRIVIAL PATCH] Fix compilation of arch/arm/mach-omap1/mailbox.c
Date: Sat, 13 Jun 2009 01:50:59 +0200

> This fixes the positioning of " in MODULE_AUTHOR, which is currently
> causing a build failure on latest git with CONFIG_OMAP_MBOX_FWK=m; the
> original breakage appears to date from the end of last year in
> a5abbbe52b7e89a7633319c5417bd4331f7ac8ed
> 
> Signed-Off-By: Jonathan McDowell <noodles@earth.li>

Thank you. Tony, please get this in.

> 
> -----
> diff --git a/arch/arm/mach-omap1/mailbox.c b/arch/arm/mach-omap1/mailbox.c
> index 0af4d6c..6810b4a 100644
> --- a/arch/arm/mach-omap1/mailbox.c
> +++ b/arch/arm/mach-omap1/mailbox.c
> @@ -203,5 +203,5 @@ module_exit(omap1_mbox_exit);
>  
>  MODULE_LICENSE("GPL v2");
>  MODULE_DESCRIPTION("omap mailbox: omap1 architecture specific functions");
> -MODULE_AUTHOR("Hiroshi DOYU" <Hiroshi.DOYU@nokia.com>);
> +MODULE_AUTHOR("Hiroshi DOYU <Hiroshi.DOYU@nokia.com>");
>  MODULE_ALIAS("platform:omap1-mailbox");
> -----
> 
> J.
> 
> -- 
> ] http://www.earth.li/~noodles/ []     "Making the impossible very     [
> ]  PGP/GPG Key @ the.earth.li   []     difficult" -- The OpenGALEN     [
> ] via keyserver, web or email.  []              website.               [
> ] RSA: 4096/2DA8B985            []                                     [

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

* Re: [TRIVIAL PATCH] Fix compilation of arch/arm/mach-omap1/mailbox.c
  2009-06-15  6:02 ` Hiroshi DOYU
@ 2009-06-15  9:01   ` Tony Lindgren
  0 siblings, 0 replies; 5+ messages in thread
From: Tony Lindgren @ 2009-06-15  9:01 UTC (permalink / raw)
  To: Hiroshi DOYU; +Cc: noodles, linux-omap

* Hiroshi DOYU <Hiroshi.DOYU@nokia.com> [090614 23:02]:
> From: ext Jonathan McDowell <noodles@earth.li>
> Subject: [TRIVIAL PATCH] Fix compilation of arch/arm/mach-omap1/mailbox.c
> Date: Sat, 13 Jun 2009 01:50:59 +0200
> 
> > This fixes the positioning of " in MODULE_AUTHOR, which is currently
> > causing a build failure on latest git with CONFIG_OMAP_MBOX_FWK=m; the
> > original breakage appears to date from the end of last year in
> > a5abbbe52b7e89a7633319c5417bd4331f7ac8ed
> > 
> > Signed-Off-By: Jonathan McDowell <noodles@earth.li>
> 
> Thank you. Tony, please get this in.

Will add to omap-fixes, can you please reply with your official *-by: ack?

Tony

> 
> > 
> > -----
> > diff --git a/arch/arm/mach-omap1/mailbox.c b/arch/arm/mach-omap1/mailbox.c
> > index 0af4d6c..6810b4a 100644
> > --- a/arch/arm/mach-omap1/mailbox.c
> > +++ b/arch/arm/mach-omap1/mailbox.c
> > @@ -203,5 +203,5 @@ module_exit(omap1_mbox_exit);
> >  
> >  MODULE_LICENSE("GPL v2");
> >  MODULE_DESCRIPTION("omap mailbox: omap1 architecture specific functions");
> > -MODULE_AUTHOR("Hiroshi DOYU" <Hiroshi.DOYU@nokia.com>);
> > +MODULE_AUTHOR("Hiroshi DOYU <Hiroshi.DOYU@nokia.com>");
> >  MODULE_ALIAS("platform:omap1-mailbox");
> > -----
> > 
> > J.
> > 
> > -- 
> > ] http://www.earth.li/~noodles/ []     "Making the impossible very     [
> > ]  PGP/GPG Key @ the.earth.li   []     difficult" -- The OpenGALEN     [
> > ] via keyserver, web or email.  []              website.               [
> > ] RSA: 4096/2DA8B985            []                                     [

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

* Re: [TRIVIAL PATCH] Fix compilation of arch/arm/mach-omap1/mailbox.c
  2009-06-12 23:50 [TRIVIAL PATCH] Fix compilation of arch/arm/mach-omap1/mailbox.c Jonathan McDowell
  2009-06-15  6:02 ` Hiroshi DOYU
@ 2009-06-15  9:15 ` Hiroshi DOYU
  2009-06-15  9:22 ` [APPLIED] " Tony Lindgren
  2 siblings, 0 replies; 5+ messages in thread
From: Hiroshi DOYU @ 2009-06-15  9:15 UTC (permalink / raw)
  To: tony; +Cc: linux-omap, noodles

From: ext Jonathan McDowell <noodles@earth.li>
Subject: [TRIVIAL PATCH] Fix compilation of arch/arm/mach-omap1/mailbox.c
Date: Sat, 13 Jun 2009 01:50:59 +0200

> This fixes the positioning of " in MODULE_AUTHOR, which is currently
> causing a build failure on latest git with CONFIG_OMAP_MBOX_FWK=m; the
> original breakage appears to date from the end of last year in
> a5abbbe52b7e89a7633319c5417bd4331f7ac8ed
> 

Acked-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>

> Signed-Off-By: Jonathan McDowell <noodles@earth.li>
> 
> -----
> diff --git a/arch/arm/mach-omap1/mailbox.c b/arch/arm/mach-omap1/mailbox.c
> index 0af4d6c..6810b4a 100644
> --- a/arch/arm/mach-omap1/mailbox.c
> +++ b/arch/arm/mach-omap1/mailbox.c
> @@ -203,5 +203,5 @@ module_exit(omap1_mbox_exit);
>  
>  MODULE_LICENSE("GPL v2");
>  MODULE_DESCRIPTION("omap mailbox: omap1 architecture specific functions");
> -MODULE_AUTHOR("Hiroshi DOYU" <Hiroshi.DOYU@nokia.com>);
> +MODULE_AUTHOR("Hiroshi DOYU <Hiroshi.DOYU@nokia.com>");
>  MODULE_ALIAS("platform:omap1-mailbox");
> -----
> 
> J.
> 
> -- 
> ] http://www.earth.li/~noodles/ []     "Making the impossible very     [
> ]  PGP/GPG Key @ the.earth.li   []     difficult" -- The OpenGALEN     [
> ] via keyserver, web or email.  []              website.               [
> ] RSA: 4096/2DA8B985            []                                     [

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

* [APPLIED] [TRIVIAL PATCH] Fix compilation of arch/arm/mach-omap1/mailbox.c
  2009-06-12 23:50 [TRIVIAL PATCH] Fix compilation of arch/arm/mach-omap1/mailbox.c Jonathan McDowell
  2009-06-15  6:02 ` Hiroshi DOYU
  2009-06-15  9:15 ` Hiroshi DOYU
@ 2009-06-15  9:22 ` Tony Lindgren
  2 siblings, 0 replies; 5+ messages in thread
From: Tony Lindgren @ 2009-06-15  9:22 UTC (permalink / raw)
  To: linux-omap

This patch has been applied to the linux-omap
by youw fwiendly patch wobot.

Branch in linux-omap: omap-fixes

Initial commit ID (Likely to change): 0a68518bc651bffde12e2a2a12588b07b9345d4d

PatchWorks
http://patchwork.kernel.org/patch/30004/

Git (Likely to change, and takes a while to get mirrored)
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=0a68518bc651bffde12e2a2a12588b07b9345d4d



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

end of thread, other threads:[~2009-06-15  9:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-12 23:50 [TRIVIAL PATCH] Fix compilation of arch/arm/mach-omap1/mailbox.c Jonathan McDowell
2009-06-15  6:02 ` Hiroshi DOYU
2009-06-15  9:01   ` Tony Lindgren
2009-06-15  9:15 ` Hiroshi DOYU
2009-06-15  9:22 ` [APPLIED] " Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox