From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: Re: [PATCH] drivers/net/: Spelling fixes Date: Mon, 17 Dec 2007 13:15:45 -0800 Message-ID: <1197926145.27386.56.camel@localhost> References: <1197920439-5455-2-git-send-email-joe@perches.com> <20071217215635.16fe17af@morte> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, Andrew Morton , Jeff Garzik , Li Yang , Ramkrishna Vepa , Rastapur Santosh , Sivakumar Subramani , Sreenivasa Honnur , linuxppc-dev@ozlabs.org, netdev@vger.kernel.org To: Stefano Brivio Return-path: In-Reply-To: <20071217215635.16fe17af@morte> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Mon, 2007-12-17 at 21:56 +0100, Stefano Brivio wrote: > On Mon, 17 Dec 2007 11:40:08 -0800 > Joe Perches 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 --- 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 * * 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