public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] drivers/net/: Spelling fixes
       [not found] <1197920439-5455-2-git-send-email-joe@perches.com>
@ 2007-12-17 19:58 ` Chris Snook
       [not found] ` <20071217215635.16fe17af@morte>
  1 sibling, 0 replies; 4+ messages in thread
From: Chris Snook @ 2007-12-17 19:58 UTC (permalink / raw)
  To: Joe Perches; +Cc: Linux Kernel Mailing List, Andrew Morton, jcliburn

Joe Perches wrote:
>  drivers/net/atl1/atl1_hw.c                     |    2 +-
>  drivers/net/atl1/atl1_main.c                   |    2 +-

The atl1 code will be heavily reworked in the 2.6.25 merge window, so this may 
cause headaches.  Please remove these chunks before merging.

The spelling corrections themselves are fine, and I will ensure that the revised 
driver includes them, if the comments in question are still present at all once 
we're done with all the changes and cleanups.

	-- Chris

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

* Re: [PATCH] drivers/net/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918891.git.joe@perches.com>
@ 2007-12-17 20:40 ` Pavel Roskin
  2007-12-17 20:47   ` Joe Perches
  0 siblings, 1 reply; 4+ messages in thread
From: Pavel Roskin @ 2007-12-17 20:40 UTC (permalink / raw)
  To: Joe Perches; +Cc: linux-kernel


On Mon, 2007-12-17 at 11:40 -0800, Joe Perches wrote:
> Signed-off-by: Joe Perches <joe@perches.com>

> diff --git a/drivers/net/wireless/orinoco.h
> b/drivers/net/wireless/orinoco.h
> index 4720fb2..703a4cf 100644
> --- a/drivers/net/wireless/orinoco.h
> +++ b/drivers/net/wireless/orinoco.h
> @@ -108,7 +108,7 @@ struct orinoco_private {
>  	int	scan_inprogress;	/* Scan pending... */
>  	u32	scan_mode;		/* Type of scan done */
>  	char *	scan_result;		/* Result of previous scan */
> -	int	scan_len;		/* Lenght of result */
> +	int	scan_len;		/* Length of result */
>  };
>  
>  #ifdef ORINOCO_DEBUG

Acked-by: Pavel Roskin <proski@gnu.org>

Actually, I don't think such minor comment fixes need to be reviewed by
the maintainers.  Thanks anyway.

-- 
Regards,
Pavel Roskin

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

* Re: [PATCH] drivers/net/: Spelling fixes
  2007-12-17 20:40 ` Pavel Roskin
@ 2007-12-17 20:47   ` Joe Perches
  0 siblings, 0 replies; 4+ messages in thread
From: Joe Perches @ 2007-12-17 20:47 UTC (permalink / raw)
  To: Pavel Roskin; +Cc: linux-kernel

On Mon, 2007-12-17 at 15:40 -0500, Pavel Roskin wrote:
> On Mon, 2007-12-17 at 11:40 -0800, Joe Perches wrote:
> I don't think such minor comment fixes need to be reviewed by
> the maintainers.  Thanks anyway.

I'd like to know who pushes what source tree sections forward.

I have a script that uses annotated MAINTAINERS sections
to forward patches to "appropriate" maintainers.  That script
generated the CC's.

To me the question is who pushes.

If it's not a maintainer, who does?  Anyone have list?



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

* Re: [PATCH] drivers/net/: Spelling fixes
       [not found] ` <20071217215635.16fe17af@morte>
@ 2007-12-17 21:15   ` Joe Perches
  0 siblings, 0 replies; 4+ messages in thread
From: Joe Perches @ 2007-12-17 21:15 UTC (permalink / raw)
  To: Stefano Brivio
  Cc: linux-kernel, Andrew Morton, Jeff Garzik, Li Yang,
	Ramkrishna Vepa, Rastapur Santosh, Sivakumar Subramani,
	Sreenivasa Honnur, linuxppc-dev, netdev

On Mon, 2007-12-17 at 21:56 +0100, Stefano Brivio wrote:
> On Mon, 17 Dec 2007 11:40:08 -0800
> Joe Perches <joe@perches.com> wrote:
> > diff --git a/drivers/net/ucc_geth_ethtool.c
> b/drivers/net/ucc_geth_ethtool.c
> > index 9a9622c..f8d319b 100644
> > --- a/drivers/net/ucc_geth_ethtool.c
> > +++ b/drivers/net/ucc_geth_ethtool.c
> > @@ -7,7 +7,7 @@
> >   *
> >   * Limitation: 
> >   * Can only get/set setttings of the first queue.
>                          ^^^

Good eyes...  Unrelated to what I changed too.
cheers, Joe

Signed-off-by: Joe Perches <joe@perches.com>
---
diff --git a/drivers/net/s2io.c b/drivers/net/s2io.c
index 121cb10..cdfb2b0 100644
--- a/drivers/net/s2io.c
+++ b/drivers/net/s2io.c
@@ -6823,8 +6823,8 @@ static void do_s2io_card_down(struct s2io_nic * sp, int do_io)
 	while(do_io) {
 		/* As per the HW requirement we need to replenish the
 		 * receive buffer to avoid the ring bump. Since there is
-		 * no intention of processing the Rx frame at this pointwe are
-		 * just settting the ownership bit of rxd in Each Rx
+		 * no intention of processing the Rx frame at this point we are
+		 * just setting the ownership bit of rxd in each Rx
 		 * ring to HW and set the appropriate buffer size
 		 * based on the ring mode
 		 */
diff --git a/drivers/net/ucc_geth_ethtool.c b/drivers/net/ucc_geth_ethtool.c
index f8d319b..3e50df8 100644
--- a/drivers/net/ucc_geth_ethtool.c
+++ b/drivers/net/ucc_geth_ethtool.c
@@ -6,7 +6,7 @@
  * Author: Li Yang <leoli@freescale.com>
  *
  * Limitation: 
- * Can only get/set setttings of the first queue.
+ * Can only get/set settings of the first queue.
  * Need to re-open the interface manually after changing some parameters.
  *
  * This program is free software; you can redistribute  it and/or modify it



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

end of thread, other threads:[~2007-12-17 21:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1197920439-5455-2-git-send-email-joe@perches.com>
2007-12-17 19:58 ` [PATCH] drivers/net/: Spelling fixes Chris Snook
     [not found] ` <20071217215635.16fe17af@morte>
2007-12-17 21:15   ` Joe Perches
     [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918891.git.joe@perches.com>
2007-12-17 20:40 ` Pavel Roskin
2007-12-17 20:47   ` Joe Perches

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