* [PATCH 9/9] arch: arm: fixed typos
@ 2010-10-16 9:00 Andrea Gelmini
2010-10-18 8:06 ` Uwe Kleine-König
0 siblings, 1 reply; 7+ messages in thread
From: Andrea Gelmini @ 2010-10-16 9:00 UTC (permalink / raw)
To: linux-arm-kernel
Intialize, configuation, wakup, Managment, addres
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
---
arch/arm/mach-bcmring/csp/chipc/chipcHw.c | 2 +-
arch/arm/mach-bcmring/csp/tmr/tmrHw.c | 2 +-
arch/arm/mach-bcmring/dma.c | 2 +-
arch/arm/mach-omap2/hsmmc.h | 2 +-
arch/arm/mach-omap2/pm34xx.c | 2 +-
arch/arm/mach-omap2/serial.c | 2 +-
arch/arm/mach-pxa/include/mach/pxa3xx-regs.h | 2 +-
arch/arm/mach-u300/include/mach/coh901318.h | 2 +-
arch/arm/plat-omap/mcbsp.c | 4 ++--
9 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/arch/arm/mach-bcmring/csp/chipc/chipcHw.c b/arch/arm/mach-bcmring/csp/chipc/chipcHw.c
index b3a61d8..96273ff 100644
--- a/arch/arm/mach-bcmring/csp/chipc/chipcHw.c
+++ b/arch/arm/mach-bcmring/csp/chipc/chipcHw.c
@@ -757,7 +757,7 @@ static int chipcHw_divide(int num, int denom)
t = t << 1;
}
- /* Intialize the result */
+ /* Initialize the result */
r = 0;
do {
diff --git a/arch/arm/mach-bcmring/csp/tmr/tmrHw.c b/arch/arm/mach-bcmring/csp/tmr/tmrHw.c
index 5c1c9a0..16225e4 100644
--- a/arch/arm/mach-bcmring/csp/tmr/tmrHw.c
+++ b/arch/arm/mach-bcmring/csp/tmr/tmrHw.c
@@ -558,7 +558,7 @@ static int tmrHw_divide(int num, int denom)
t = t << 1;
}
- /* Intialize the result */
+ /* Initialize the result */
r = 0;
do {
diff --git a/arch/arm/mach-bcmring/dma.c b/arch/arm/mach-bcmring/dma.c
index 29c0a91..9105d16 100644
--- a/arch/arm/mach-bcmring/dma.c
+++ b/arch/arm/mach-bcmring/dma.c
@@ -671,7 +671,7 @@ static int ConfigChannel(DMA_Handle_t handle)
/****************************************************************************/
/**
-* Intializes all of the data structures associated with the DMA.
+* Initializes all of the data structures associated with the DMA.
* @return
* >= 0 - Initialization was successfull.
*
diff --git a/arch/arm/mach-omap2/hsmmc.h b/arch/arm/mach-omap2/hsmmc.h
index 1fe6f01..0f8a2e6 100644
--- a/arch/arm/mach-omap2/hsmmc.h
+++ b/arch/arm/mach-omap2/hsmmc.h
@@ -23,7 +23,7 @@ struct omap2_hsmmc_info {
char *name; /* or NULL for default */
struct device *dev; /* returned: pointer to mmc adapter */
int ocr_mask; /* temporary HACK */
- /* Remux (pad configuation) when powering on/off */
+ /* Remux (pad configuration) when powering on/off */
void (*remux)(struct device *dev, int slot, int power_on);
/* init some special card */
void (*init_card)(struct mmc_card *card);
diff --git a/arch/arm/mach-omap2/pm34xx.c b/arch/arm/mach-omap2/pm34xx.c
index 7b03426..abe2eb8 100644
--- a/arch/arm/mach-omap2/pm34xx.c
+++ b/arch/arm/mach-omap2/pm34xx.c
@@ -899,7 +899,7 @@ static void __init prcm_setup_regs(void)
OMAP3430_GR_MOD,
OMAP3_PRM_CLKSRC_CTRL_OFFSET);
- /* setup wakup source */
+ /* setup wakeup source */
prm_write_mod_reg(OMAP3430_EN_IO_MASK | OMAP3430_EN_GPIO1_MASK |
OMAP3430_EN_GPT1_MASK | OMAP3430_EN_GPT12_MASK,
WKUP_MOD, PM_WKEN);
diff --git a/arch/arm/mach-omap2/serial.c b/arch/arm/mach-omap2/serial.c
index 566e991..ff79b9d 100644
--- a/arch/arm/mach-omap2/serial.c
+++ b/arch/arm/mach-omap2/serial.c
@@ -818,7 +818,7 @@ void __init omap_serial_init_port(int port)
}
/**
- * omap_serial_init() - intialize all supported serial ports
+ * omap_serial_init() - initialize all supported serial ports
*
* Initializes all available UARTs as serial ports. Platforms
* can call this function when they want to have default behaviour
diff --git a/arch/arm/mach-pxa/include/mach/pxa3xx-regs.h b/arch/arm/mach-pxa/include/mach/pxa3xx-regs.h
index e91d63c..b8aa447 100644
--- a/arch/arm/mach-pxa/include/mach/pxa3xx-regs.h
+++ b/arch/arm/mach-pxa/include/mach/pxa3xx-regs.h
@@ -47,7 +47,7 @@
#define PCMD(x) __REG(0x40F50110 + ((x) << 2))
/*
- * Slave Power Managment Unit
+ * Slave Power Management Unit
*/
#define ASCR __REG(0x40f40000) /* Application Subsystem Power Status/Configuration */
#define ARSR __REG(0x40f40004) /* Application Subsystem Reset Status */
diff --git a/arch/arm/mach-u300/include/mach/coh901318.h b/arch/arm/mach-u300/include/mach/coh901318.h
index 193da2d..2013d2b 100644
--- a/arch/arm/mach-u300/include/mach/coh901318.h
+++ b/arch/arm/mach-u300/include/mach/coh901318.h
@@ -24,7 +24,7 @@
* @src_addr: transfer source address
* @dst_addr: transfer destination address
* @link_addr: physical address to next lli
- * @virt_link_addr: virtual addres of next lli (only used by pool_free)
+ * @virt_link_addr: virtual address of next lli (only used by pool_free)
* @phy_this: physical address of current lli (only used by pool_free)
*/
struct coh901318_lli {
diff --git a/arch/arm/plat-omap/mcbsp.c b/arch/arm/plat-omap/mcbsp.c
index 0c8612f..376259b 100644
--- a/arch/arm/plat-omap/mcbsp.c
+++ b/arch/arm/plat-omap/mcbsp.c
@@ -650,7 +650,7 @@ EXPORT_SYMBOL(omap_mcbsp_get_dma_op_mode);
static inline void omap34xx_mcbsp_request(struct omap_mcbsp *mcbsp)
{
/*
- * Enable wakup behavior, smart idle and all wakeups
+ * Enable wakeup behavior, smart idle and all wakeups
* REVISIT: some wakeups may be unnecessary
*/
if (cpu_is_omap34xx() || cpu_is_omap44xx()) {
@@ -674,7 +674,7 @@ static inline void omap34xx_mcbsp_request(struct omap_mcbsp *mcbsp)
static inline void omap34xx_mcbsp_free(struct omap_mcbsp *mcbsp)
{
/*
- * Disable wakup behavior, smart idle and all wakeups
+ * Disable wakeup behavior, smart idle and all wakeups
*/
if (cpu_is_omap34xx() || cpu_is_omap44xx()) {
u16 syscon;
--
1.7.3.1.181.g784b8
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 9/9] arch: arm: fixed typos
2010-10-16 9:00 [PATCH 9/9] arch: arm: fixed typos Andrea Gelmini
@ 2010-10-18 8:06 ` Uwe Kleine-König
2010-10-18 12:54 ` Andrea Gelmini
2010-10-19 20:25 ` Jiri Kosina
0 siblings, 2 replies; 7+ messages in thread
From: Uwe Kleine-König @ 2010-10-18 8:06 UTC (permalink / raw)
To: linux-arm-kernel
Hello,
[Adding trivial at kernel.org to Cc:]
On Sat, Oct 16, 2010 at 11:00:05AM +0200, Andrea Gelmini wrote:
> Intialize, configuation, wakup, Managment, addres
I already fixed some of these in
http://thread.gmane.org/gmane.linux.kernel/1030436/
Don't know why they didn't appear in the trivial tree yet.
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-K?nig |
Industrial Linux Solutions | http://www.pengutronix.de/ |
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 9/9] arch: arm: fixed typos
2010-10-18 8:06 ` Uwe Kleine-König
@ 2010-10-18 12:54 ` Andrea Gelmini
2010-10-18 13:19 ` Baruch Siach
2010-10-19 20:25 ` Jiri Kosina
1 sibling, 1 reply; 7+ messages in thread
From: Andrea Gelmini @ 2010-10-18 12:54 UTC (permalink / raw)
To: linux-arm-kernel
2010/10/18 Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>:
Hi Uwe,
thanks a lot for your answer.
> [Adding trivial at kernel.org to Cc:]
Wow! I didn't know trivial at kernel.org. Very interesting. Which is the policy to
post? I can send simple fix without bothering anyone?
> On Sat, Oct 16, 2010 at 11:00:05AM +0200, Andrea Gelmini wrote:
> ? ? ? ?http://thread.gmane.org/gmane.linux.kernel/1030436/
Interesting.
> Don't know why they didn't appear in the trivial tree yet.
I guess because the patches are not group by subsystem, maybe.
Or is allowed to make single traversal-tree commit?
Thanks a lot,
Andrea
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 9/9] arch: arm: fixed typos
2010-10-18 12:54 ` Andrea Gelmini
@ 2010-10-18 13:19 ` Baruch Siach
0 siblings, 0 replies; 7+ messages in thread
From: Baruch Siach @ 2010-10-18 13:19 UTC (permalink / raw)
To: linux-arm-kernel
Hi Andrea,
On Mon, Oct 18, 2010 at 02:54:39PM +0200, Andrea Gelmini wrote:
> 2010/10/18 Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>:
>
> Hi Uwe,
> thanks a lot for your answer.
>
> > [Adding trivial at kernel.org to Cc:]
>
> Wow! I didn't know trivial at kernel.org. Very interesting. Which is the policy to
> post? I can send simple fix without bothering anyone?
Quoting Documentation/SubmittingPatches:
For small patches you may want to CC the Trivial Patch Monkey
trivial at kernel.org which collects "trivial" patches. Have a look
into the MAINTAINERS file for its current manager.
Trivial patches must qualify for one of the following rules:
Spelling fixes in documentation
Spelling fixes which could break grep(1)
Warning fixes (cluttering with useless warnings is bad)
Compilation fixes (only if they are actually correct)
Runtime fixes (only if they actually fix things)
Removing use of deprecated functions/macros (eg. check_region)
Contact detail and documentation fixes
Non-portable code replaced by portable code (even in arch-specific,
since people copy, as long as it's trivial)
Any fix by the author/maintainer of the file (ie. patch monkey
in re-transmission mode)
baruch
> > On Sat, Oct 16, 2010 at 11:00:05AM +0200, Andrea Gelmini wrote:
> > ? ? ? ?http://thread.gmane.org/gmane.linux.kernel/1030436/
>
> Interesting.
>
> > Don't know why they didn't appear in the trivial tree yet.
>
> I guess because the patches are not group by subsystem, maybe.
> Or is allowed to make single traversal-tree commit?
--
~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 9/9] arch: arm: fixed typos
2010-10-18 8:06 ` Uwe Kleine-König
2010-10-18 12:54 ` Andrea Gelmini
@ 2010-10-19 20:25 ` Jiri Kosina
2010-10-19 22:54 ` Andrea Gelmini
1 sibling, 1 reply; 7+ messages in thread
From: Jiri Kosina @ 2010-10-19 20:25 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, 18 Oct 2010, Uwe Kleine-K?nig wrote:
> On Sat, Oct 16, 2010 at 11:00:05AM +0200, Andrea Gelmini wrote:
> > Intialize, configuation, wakup, Managment, addres
> I already fixed some of these in
>
> http://thread.gmane.org/gmane.linux.kernel/1030436/
>
> Don't know why they didn't appear in the trivial tree yet.
Ah, now I see your patchset you sent me way back. It somehow slipped
through cracks, sorry.
Could you please refresh it (and probably incorporate Andrea's changes as
well) and resend it to me?
Thanks,
--
Jiri Kosina
SUSE Labs, Novell Inc.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 9/9] arch: arm: fixed typos
2010-10-19 20:25 ` Jiri Kosina
@ 2010-10-19 22:54 ` Andrea Gelmini
2010-10-20 9:03 ` Uwe Kleine-König
0 siblings, 1 reply; 7+ messages in thread
From: Andrea Gelmini @ 2010-10-19 22:54 UTC (permalink / raw)
To: linux-arm-kernel
2010/10/19 Jiri Kosina <jkosina@suse.cz>:
Hi,
and thanks a lot for your reply.
> Could you please refresh it (and probably incorporate Andrea's changes as
> well) and resend it to me?
Well, I already merged all the patches. I don't care about credit, so
they can be commit with Uwe name.
But, some tree had already applied part of my patches.
I guess it would be better to wait for the next push time to re-apply
all of them.
Thanks again,
Andrea
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 9/9] arch: arm: fixed typos
2010-10-19 22:54 ` Andrea Gelmini
@ 2010-10-20 9:03 ` Uwe Kleine-König
0 siblings, 0 replies; 7+ messages in thread
From: Uwe Kleine-König @ 2010-10-20 9:03 UTC (permalink / raw)
To: linux-arm-kernel
Hello Jiri, hello Andrea,
On Wed, Oct 20, 2010 at 12:54:33AM +0200, Andrea Gelmini wrote:
> 2010/10/19 Jiri Kosina <jkosina@suse.cz>:
>
> Hi,
> and thanks a lot for your reply.
>
> > Could you please refresh it (and probably incorporate Andrea's changes as
> > well) and resend it to me?
OK, as I have a script to create my series there is no problem to
refresh it ...
>
> Well, I already merged all the patches. I don't care about credit, so
> they can be commit with Uwe name.
> But, some tree had already applied part of my patches.
> I guess it would be better to wait for the next push time to re-apply
> all of them.
I will resend when the dust settles after .37-rc1.
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-K?nig |
Industrial Linux Solutions | http://www.pengutronix.de/ |
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-10-20 9:03 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-16 9:00 [PATCH 9/9] arch: arm: fixed typos Andrea Gelmini
2010-10-18 8:06 ` Uwe Kleine-König
2010-10-18 12:54 ` Andrea Gelmini
2010-10-18 13:19 ` Baruch Siach
2010-10-19 20:25 ` Jiri Kosina
2010-10-19 22:54 ` Andrea Gelmini
2010-10-20 9:03 ` Uwe Kleine-König
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).