* [PATCH] arch:arm:mbox-db5500.c Change initate to initiate.
@ 2011-01-28 19:47 Justin P. Mattock
2011-01-29 9:50 ` Russell King - ARM Linux
2011-01-31 10:33 ` Linus Walleij
0 siblings, 2 replies; 6+ messages in thread
From: Justin P. Mattock @ 2011-01-28 19:47 UTC (permalink / raw)
To: trivial; +Cc: linux, linux-kernel, Justin P. Mattock
Not sure if this is a typo or not. if it is then feel free to take this.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
---
arch/arm/mach-ux500/mbox-db5500.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-ux500/mbox-db5500.c b/arch/arm/mach-ux500/mbox-db5500.c
index cbf1571..a4ffb9f 100644
--- a/arch/arm/mach-ux500/mbox-db5500.c
+++ b/arch/arm/mach-ux500/mbox-db5500.c
@@ -498,7 +498,7 @@ struct mbox *mbox_setup(u8 mbox_id, mbox_recv_cb_t *mbox_cb, void *priv)
#endif
dev_info(&(mbox->pdev->dev),
- "Mailbox driver with index %d initated!\n", mbox_id);
+ "Mailbox driver with index %d initiated!\n", mbox_id);
exit:
return mbox;
--
1.6.5.GIT
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] arch:arm:mbox-db5500.c Change initate to initiate.
2011-01-28 19:47 [PATCH] arch:arm:mbox-db5500.c Change initate to initiate Justin P. Mattock
@ 2011-01-29 9:50 ` Russell King - ARM Linux
2011-01-29 16:35 ` Justin Mattock
2011-01-31 10:33 ` Linus Walleij
1 sibling, 1 reply; 6+ messages in thread
From: Russell King - ARM Linux @ 2011-01-29 9:50 UTC (permalink / raw)
To: Justin P. Mattock; +Cc: trivial, linux-kernel
On Fri, Jan 28, 2011 at 11:47:20AM -0800, Justin P. Mattock wrote:
> Not sure if this is a typo or not. if it is then feel free to take this.
You should copy the maintainers for this platform:
ARM/Ux500 ARM ARCHITECTURE
M: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
M: Linus Walleij <linus.walleij@stericsson.com>
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
S: Maintained
F: arch/arm/mach-ux500/
F: drivers/dma/ste_dma40*
F: drivers/mfd/ab3550*
F: drivers/mfd/abx500*
F: drivers/mfd/ab8500*
F: drivers/mfd/stmpe*
F: drivers/rtc/rtc-ab8500.c
T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] arch:arm:mbox-db5500.c Change initate to initiate.
2011-01-29 9:50 ` Russell King - ARM Linux
@ 2011-01-29 16:35 ` Justin Mattock
0 siblings, 0 replies; 6+ messages in thread
From: Justin Mattock @ 2011-01-29 16:35 UTC (permalink / raw)
To: Russell King - ARM Linux
Cc: trivial, Linux Kernel Mailing List, linus.walleij, srinidhi.kasagar
On Jan 29, 2011, at 1:50 AM, Russell King - ARM Linux wrote:
> On Fri, Jan 28, 2011 at 11:47:20AM -0800, Justin P. Mattock wrote:
>> Not sure if this is a typo or not. if it is then feel free to take
>> this.
>
> You should copy the maintainers for this platform:
>
> ARM/Ux500 ARM ARCHITECTURE
> M: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
> M: Linus Walleij <linus.walleij@stericsson.com>
> L: linux-arm-kernel@lists.infradead.org (moderated for non-
> subscribers)
> S: Maintained
> F: arch/arm/mach-ux500/
> F: drivers/dma/ste_dma40*
> F: drivers/mfd/ab3550*
> F: drivers/mfd/abx500*
> F: drivers/mfd/ab8500*
> F: drivers/mfd/stmpe*
> F: drivers/rtc/rtc-ab8500.c
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/
> linux-stericsson.git
alright.. I added them to the Cc..
Justin P. Mattock
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] arch:arm:mbox-db5500.c Change initate to initiate.
2011-01-28 19:47 [PATCH] arch:arm:mbox-db5500.c Change initate to initiate Justin P. Mattock
2011-01-29 9:50 ` Russell King - ARM Linux
@ 2011-01-31 10:33 ` Linus Walleij
2011-01-31 15:56 ` Justin Mattock
2011-02-17 15:50 ` Jiri Kosina
1 sibling, 2 replies; 6+ messages in thread
From: Linus Walleij @ 2011-01-31 10:33 UTC (permalink / raw)
To: Justin P. Mattock; +Cc: trivial, linux, linux-kernel
2011/1/28 Justin P. Mattock <justinmattock@gmail.com>:
> Not sure if this is a typo or not. if it is then feel free to take this.
>
> Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Why not,
Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] arch:arm:mbox-db5500.c Change initate to initiate.
2011-01-31 10:33 ` Linus Walleij
@ 2011-01-31 15:56 ` Justin Mattock
2011-02-17 15:50 ` Jiri Kosina
1 sibling, 0 replies; 6+ messages in thread
From: Justin Mattock @ 2011-01-31 15:56 UTC (permalink / raw)
To: Linus Walleij; +Cc: trivial, linux, linux-kernel
On Jan 31, 2011, at 2:33 AM, Linus Walleij wrote:
> 2011/1/28 Justin P. Mattock <justinmattock@gmail.com>:
>
>> Not sure if this is a typo or not. if it is then feel free to take
>> this.
>>
>> Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
>
> Why not,
> Acked-by: Linus Walleij <linus.walleij@stericsson.com>
>
> Yours,
> Linus Walleij
alright..
Justin P. Mattock
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] arch:arm:mbox-db5500.c Change initate to initiate.
2011-01-31 10:33 ` Linus Walleij
2011-01-31 15:56 ` Justin Mattock
@ 2011-02-17 15:50 ` Jiri Kosina
1 sibling, 0 replies; 6+ messages in thread
From: Jiri Kosina @ 2011-02-17 15:50 UTC (permalink / raw)
To: Linus Walleij; +Cc: Justin P. Mattock, linux, linux-kernel
On Mon, 31 Jan 2011, Linus Walleij wrote:
> 2011/1/28 Justin P. Mattock <justinmattock@gmail.com>:
>
> > Not sure if this is a typo or not. if it is then feel free to take this.
> >
> > Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
>
> Why not,
> Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Applied, thanks.
--
Jiri Kosina
SUSE Labs, Novell Inc.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-02-17 15:50 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-28 19:47 [PATCH] arch:arm:mbox-db5500.c Change initate to initiate Justin P. Mattock
2011-01-29 9:50 ` Russell King - ARM Linux
2011-01-29 16:35 ` Justin Mattock
2011-01-31 10:33 ` Linus Walleij
2011-01-31 15:56 ` Justin Mattock
2011-02-17 15:50 ` Jiri Kosina
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®