From patchwork Sun Dec 15 12:19:31 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ville_Skytt=C3=A4?= X-Patchwork-Id: 301345 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id B7F1D2C009B for ; Sun, 15 Dec 2013 23:19:59 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754139Ab3LOMTj (ORCPT ); Sun, 15 Dec 2013 07:19:39 -0500 Received: from filtteri1.pp.htv.fi ([213.243.153.184]:40914 "EHLO filtteri1.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754076Ab3LOMTh (ORCPT ); Sun, 15 Dec 2013 07:19:37 -0500 Received: from localhost (localhost [127.0.0.1]) by filtteri1.pp.htv.fi (Postfix) with ESMTP id E412221B860; Sun, 15 Dec 2013 14:19:35 +0200 (EET) X-Virus-Scanned: Debian amavisd-new at pp.htv.fi Received: from smtp5.welho.com ([213.243.153.39]) by localhost (filtteri1.pp.htv.fi [213.243.153.184]) (amavisd-new, port 10024) with ESMTP id ys9FUoQ0baNr; Sun, 15 Dec 2013 14:19:31 +0200 (EET) Received: from viper.local.bobcat.mine.nu (cs78200229.pp.htv.fi [62.78.200.229]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp5.welho.com (Postfix) with ESMTPS id 5BA5D5BC004; Sun, 15 Dec 2013 14:19:31 +0200 (EET) From: =?UTF-8?q?Ville=20Skytt=C3=A4?= To: bhutchings@solarflare.com Cc: netdev@vger.kernel.org Subject: [PATCH] Spelling fixes. Date: Sun, 15 Dec 2013 14:19:31 +0200 Message-Id: <1387109971-6048-1-git-send-email-ville.skytta@iki.fi> X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Signed-off-by: Ville Skyttä Acked-by: Randy Dunlap Acked-by: Jeff Kirsher --- ChangeLog | 4 ++-- NEWS | 2 +- e1000.c | 2 +- ethtool.c | 2 +- natsemi.c | 6 +++--- sfpdiag.c | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1fd043e..3efc75b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -95,7 +95,7 @@ Thu Jan 16 2003 Jeb Cramer * ethtool.c (do_regs, dump_eeprom): Fix memory leaks on failed operations. Add error handling of dump_regs(). Modify printout of - eeprom dump to accomodate larger eeproms. + eeprom dump to accommodate larger eeproms. * e1000.c: Update supported devices. Add error conditions for unsupported devices. @@ -190,7 +190,7 @@ Wed May 1 2002 Eli Kupermann Wed May 1 2002 Christoph Hellwig - * Makefile.am (dist-hook): Use $(top-srcdir) for refering to sources. + * Makefile.am (dist-hook): Use $(top-srcdir) for referring to sources. Mon Apr 29 2002 Christoph Hellwig diff --git a/NEWS b/NEWS index ddf43ab..2182880 100644 --- a/NEWS +++ b/NEWS @@ -180,7 +180,7 @@ Version 2.6.35 - August 10, 2010 Version 2.6.34 - May 26, 2010 * Feature: Support n-tuple filter programming - * Feature: Support rx hashing, v2 (targetted for 2.6.35) + * Feature: Support rx hashing, v2 (targeted for 2.6.35) * Feature: Add names of newer Marvell chips Version 2.6.33 - February 24, 2010 diff --git a/e1000.c b/e1000.c index dd47774..afeb7f8 100644 --- a/e1000.c +++ b/e1000.c @@ -608,7 +608,7 @@ e1000_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs) reg = regs_buff[17]; fprintf(stdout, "M88 PHY CONTROL REGISTER: 0x%08X\n" - " Jabber funtion: %s\n" + " Jabber function: %s\n" " Auto-polarity: %s\n" " SQE Test: %s\n" " CLK125: %s\n" diff --git a/ethtool.c b/ethtool.c index b06dfa3..315d00f 100644 --- a/ethtool.c +++ b/ethtool.c @@ -3326,7 +3326,7 @@ static int do_srxntuple(struct cmd_context *ctx, err = send_ioctl(ctx, &ntuplecmd); /* - * Display error only if reponse is something other than op not + * Display error only if response is something other than op not * supported. It is possible that the interface uses the network * flow classifier interface instead of N-tuple. */ diff --git a/natsemi.c b/natsemi.c index eaf83e2..ac29be5 100644 --- a/natsemi.c +++ b/natsemi.c @@ -437,8 +437,8 @@ natsemi_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs) data[REG_TXCFG]); tmp = (data[REG_TXCFG] & BIT_TXCFG_MXDMA)>>20; fprintf(stdout, - " Drain Threshhold = %d bytes (%d)\n" - " Fill Threshhold = %d bytes (%d)\n" + " Drain Threshold = %d bytes (%d)\n" + " Fill Threshold = %d bytes (%d)\n" " Max DMA Burst per Tx = %d bytes\n" " Automatic Tx Padding %s\n" " Mac Loopback %s\n" @@ -466,7 +466,7 @@ natsemi_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs) data[REG_RXCFG]); tmp = (data[REG_RXCFG] & BIT_RXCFG_MXDMA)>>20; fprintf(stdout, - " Drain Threshhold = %d bytes (%d)\n" + " Drain Threshold = %d bytes (%d)\n" " Max DMA Burst per Rx = %d bytes\n" " Long Packets %s\n" " Tx Packets %s\n" diff --git a/sfpdiag.c b/sfpdiag.c index 04fd880..812a2fa 100644 --- a/sfpdiag.c +++ b/sfpdiag.c @@ -103,14 +103,14 @@ struct sff8472_diags { __u16 tx_power[5]; /* Measured TX Power in 0.1uW units */ __u16 rx_power[5]; /* Measured RX Power */ __u8 rx_power_type; /* 0 = OMA, 1 = Average power */ - __s16 sfp_temp[5]; /* SFP Temp in 16-bit signed 1/256 Celcius */ + __s16 sfp_temp[5]; /* SFP Temp in 16-bit signed 1/256 Celsius */ __u16 sfp_voltage[5]; /* SFP voltage in 0.1mV units */ }; static struct sff8472_aw_flags { const char *str; /* Human-readable string, null at the end */ - int offset; /* A2-relative adress offset */ + int offset; /* A2-relative address offset */ __u8 value; /* Alarm is on if (offset & value) != 0. */ } sff8472_aw_flags[] = { { "Laser bias current high alarm", SFF_A2_ALRM_FLG, (1 << 3) },